Fix package name

Fixes #267.
This commit is contained in:
Jason Yundt 2024-05-01 12:21:45 -04:00 committed by Jeod
parent 0254bec636
commit a3229d4964

View File

@ -52,7 +52,7 @@ cmake --build --preset mac --config [Debug|Release]
```sh
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y --no-install-recommends ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev libxext6:i386 zlib1g-dev spdlog-dev
sudo apt install -y --no-install-recommends ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev libxext6:i386 zlib1g-dev libspdlog-dev
cmake --preset linux -D LOGGER=[ON|OFF]
cmake --build --preset linux --config [Debug|Release]
```