compile_dependencies_macosx.sh 289 B

123456789101112131415161718
  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. cp ../ispc/ispc-v1.8.1-osx ispc
  13. cmake -DCMAKE_BUILD_TYPE=Release ../
  14. make -j 16
  15. cd ../../../tutorial