Files
igl/tutorial/compile_macosx.sh
T
2014-06-16 12:07:58 -04:00

11 lines
157 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 ../../tutorial