Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
Fixes #267.
  • Loading branch information
Jayman2000 authored and JeodC committed May 2, 2024
1 parent 0254bec commit a3229d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down

0 comments on commit a3229d4

Please sign in to comment.