We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb31849 commit 3533048Copy full SHA for 3533048
src/setup.sh
@@ -4,7 +4,10 @@ brew install automake libtool
4
echo "[Step2] git cloning Caffe2"
5
git clone --recursive https://github.com/caffe2/caffe2.git
6
7
+echo "[Step2 - b] checkout to a stable version tags/v0.7.0-163-gebc17cc8"
8
+cd caffe2 && git checkout tags/v0.7.0-163-gebc17cc8
9
+
10
echo "[Step3] build ios"
-cd caffe2 && ./scripts/build_ios.sh
11
+./scripts/build_ios.sh
12
-echo "[Tada!] Done"
13
+echo "[Tada!] Done"
0 commit comments