update readme

This commit is contained in:
oxmox 2024-12-18 19:18:02 +01:00
parent 5f6834e60a
commit 474f1c370d

View file

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