mirror of
https://github.com/ZDoom/wadext.git
synced 2024-11-21 19:32:32 +00:00
- added compile instructions to README.md
This commit is contained in:
parent
2a69555496
commit
951e12af10
1 changed files with 7 additions and 0 deletions
|
@ -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 .
|
Loading…
Reference in a new issue