InstallRBuild.sh 468 Bytes
Newer Older
Your Name's avatar
Your Name committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

############################ 在线安装依赖 ###############################
#cd ./3rdParty
#pip install rbuild-master.tar.gz


############################ 离线安装依赖 ###############################
# 安装依赖
cd ./3rdParty/rbuild_depend
pip install click-6.6-py2.py3-none-any.whl
pip install six-1.15.0-py2.py3-none-any.whl
pip install subprocess32-3.5.4.tar.gz
pip install cget-0.1.9.tar.gz

# 安装rbuild
cd ../
pip install rbuild-master.tar.gz