-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathremark.sh
44 lines (36 loc) · 973 Bytes
/
remark.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
git submodule add --name Catch2 https://github.com/catchorg/Catch2.git Catch2
git submodule add --name MNN https://github.com/alibaba/MNN.git MNN
git submodule add --name yaml-cpp https://github.com/jbeder/yaml-cpp.git yaml-cpp
git submodule add --name indicators https://github.com/p-ranav/indicators.git indicators
git submodule add --name spdlog https://github.com/gabime/spdlog.git spdlog
git submodule add --name inspireface-precompile https://github.com/HyperInspire/inspireface-precompile.git inspireface-precompile
# Catch2
cd Catch2
git fetch --tags
git checkout tags/v2.13.10
cd ..
git add Catch2
# MNN
cd MNN
git fetch --tags
git checkout tags/2.8.2
cd ..
git add MNN
# indicators
git fetch --tags
git checkout tags/v2.3
cd ..
git add indicators
# spdlog
cd spdlog
git fetch --tags
git checkout tags/v1.9.0
cd ..
git add spdlog
# yaml-cpp
git fetch --tags
git checkout tags/yaml-cpp-0.6.3
git add yaml-cpp
cd ..
git add yaml-cpp
# inspireface-precompile