update readme

This commit is contained in:
oxmox 2024-12-18 19:53:41 +01:00
parent bda84172b5
commit 158dfe412f

View file

@ -15,7 +15,7 @@ See [Dockerfile](Dockerfile) for details.
Copy `doom1.wad` into the build or parent directories. In a `ucrt64` shell: Copy `doom1.wad` into the build or parent directories. In a `ucrt64` shell:
```bash ```bash
pacman -S mingw-w64-ucrt-x86_64-SDL2 mingw-w64-ucrt-x86_64-toolchain pacman -S mingw-w64-ucrt-x86_64-SDL2 mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake
cd doompanning cd doompanning
mkdir build mkdir build
cmake -G"MinGW Makefiles" .. cmake -G"MinGW Makefiles" ..