readme: more ubuntu build updates

This commit is contained in:
Eric Wasylishen 2016-09-23 15:23:36 -06:00
parent e1ad11b89d
commit da2253c8aa
1 changed files with 8 additions and 1 deletions

View File

@ -66,9 +66,16 @@ tar xf embree.tgz
cmake .. -DCMAKE_BUILD_TYPE=Release -Dembree_DIR="$(pwd)/embree-2.11.0.x86_64.linux/lib/cmake/embree-2.11.0"
make -j8 VERBOSE=1
cpack
```
Executables will be located in:
- `tyrutils-ericw/build/qbsp/qbsp`
- `tyrutils-ericw/build/vis/vis`
- `tyrutils-ericw/build/light/light`
- `tyrutils-ericw/build/bspinfo/bspinfo`
- `tyrutils-ericw/build/bsputil/bsputil`
## Credits
- Kevin Shanahan (AKA Tyrann) for the original [tyrutils](http://disenchant.net/utils)