diff --git a/README.md b/README.md index 2a9e3264..eedf81db 100644 --- a/README.md +++ b/README.md @@ -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)