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

############################ 在线安装依赖 ###############################
#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
# pip install shapely-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 
# pip install pyclipper-1.3.0.post6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

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