diff --git a/tutorial/compile_dependencies_linux.sh b/tutorial/compile_dependencies_linux.sh deleted file mode 100755 index fb4cf784d..000000000 --- a/tutorial/compile_dependencies_linux.sh +++ /dev/null @@ -1,30 +0,0 @@ -sudo apt-get install git -sudo apt-get install build-essential -sudo apt-get install libeigen3-dev -sudo apt-get install cmake -sudo apt-get install libx11-dev -sudo apt-get install mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev -sudo apt-get install libxrandr-dev -sudo apt-get install libxi-dev -sudo apt-get install freeglut3-dev -sudo apt-get install libxmu-dev -sudo apt-get install libblas-dev libsuitesparse-dev - -cd ../external/AntTweakBar/src/ -rm ../lib/*.a -make - -cd ../../glfw/ -cmake -DCMAKE_BUILD_TYPE=Release . -rm src/*.a -make - -cd ../embree/ -rm -fr build -mkdir build -cd build -cp ../ispc/ispc-v1.8.1-linux ispc -cmake -DCMAKE_BUILD_TYPE=Release ../ -make - -cd ../../../tutorial diff --git a/tutorial/compile_dependencies_macosx.sh b/tutorial/compile_dependencies_macosx.sh deleted file mode 100755 index 486ca00af..000000000 --- a/tutorial/compile_dependencies_macosx.sh +++ /dev/null @@ -1,18 +0,0 @@ -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 -cp ../ispc/ispc-v1.8.1-osx ispc -cmake -DCMAKE_BUILD_TYPE=Release ../ -make -j 16 - -cd ../../../tutorial diff --git a/tutorial/tutorial.html.REMOVED.git-id b/tutorial/tutorial.html.REMOVED.git-id index bad022b7a..dbb6b66af 100644 --- a/tutorial/tutorial.html.REMOVED.git-id +++ b/tutorial/tutorial.html.REMOVED.git-id @@ -1 +1 @@ -cd3c4039d1681abb39b6ab52f893a9649f6b16a5 \ No newline at end of file +76a3c2f5ee343b08f1160182591a08472860030e \ No newline at end of file diff --git a/tutorial/tutorial.md.REMOVED.git-id b/tutorial/tutorial.md.REMOVED.git-id index 1f299b450..e74037ab6 100644 --- a/tutorial/tutorial.md.REMOVED.git-id +++ b/tutorial/tutorial.md.REMOVED.git-id @@ -1 +1 @@ -4025d5bc12754b04d580b8b65e9760a2d29d3b62 \ No newline at end of file +5fc7b26c782211bff5326b46b3eda0806a2aca0a \ No newline at end of file