readme: more ubuntu build updates
This commit is contained in:
parent
e1ad11b89d
commit
da2253c8aa
|
|
@ -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"
|
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
|
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
|
## Credits
|
||||||
|
|
||||||
- Kevin Shanahan (AKA Tyrann) for the original [tyrutils](http://disenchant.net/utils)
|
- Kevin Shanahan (AKA Tyrann) for the original [tyrutils](http://disenchant.net/utils)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue