Files
igl/tutorial/compile_dependencies_macosx.sh
T
Daniele Panozzo f7bc8b7502 * notes for tutorial chapter 1
* various fixes in the tutorials
2014-06-28 00:55:00 +02:00

18 lines
251 B
Bash
Executable File

cd ../external/AntTweakBar/src/
rm ../lib/*.a
make -f makefile.osx.igl
cd ../../glfw/
cmake -DCMAKE_BUILD_TYPE=Release .
rm src/*.a
make
cd ../embree/
rm -fr build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
cd ../../../tutorial