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)
|
### MSYS2 (ucrt64)
|
||||||
|
|
||||||
|
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
|
||||||
cd doompanning
|
cd doompanning
|
||||||
mkdir build
|
mkdir build
|
||||||
cmake -G"MinGW Makefiles" ..
|
cmake -G"MinGW Makefiles" ..
|
||||||
cmake --build . -j
|
cmake --build . -j
|
||||||
|
./doompanning.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue