compile_macosx.sh 251 B

1234567891011121314151617
  1. cd ../external/AntTweakBar/src/
  2. rm ../lib/*.a
  3. make -f makefile.osx.igl
  4. cd ../../glfw/
  5. cmake -DCMAKE_BUILD_TYPE=Release .
  6. rm src/*.a
  7. make
  8. cd ../embree/
  9. rm -fr build
  10. mkdir build
  11. cd build
  12. cmake -DCMAKE_BUILD_TYPE=Release ../
  13. make
  14. cd ../../../tutorial