update readme
This commit is contained in:
parent
5f6834e60a
commit
474f1c370d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue