From da2253c8aa9c198a7c947eadd4f915c6022b126f Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Fri, 23 Sep 2016 15:23:36 -0600 Subject: [PATCH] readme: more ubuntu build updates --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)