update readme
This commit is contained in:
parent
bda84172b5
commit
158dfe412f
1 changed files with 1 additions and 1 deletions
|
@ -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" ..
|
||||||
|
|
Loading…
Reference in a new issue