- added compile instructions to README.md

This commit is contained in:
Christoph Oelckers 2021-08-08 10:34:14 +02:00
parent 2a69555496
commit 951e12af10

View file

@ -20,3 +20,10 @@ A simple [WAD](https://en.wikipedia.org/wiki/Doom_WAD) extraction command line t
`-tx`: Converts a set of `TEXTURE1/TEXTURE2/PNAMES` in the current directory to a textures.txt file.
## Compile instructions
git clone https://github.com/coelckers/wadext.git
cd wadext
cmake .
cmake --build .