修改打包脚本
This commit is contained in:
parent
a26742c34d
commit
906a761e34
@ -44,10 +44,11 @@ if ! command -v repotrack &> /dev/null; then
|
||||
sudo yum install -y yum-utils
|
||||
fi
|
||||
|
||||
if ! command -v cmake3 &> /dev/null; then
|
||||
sudo yum install -y epel-release
|
||||
sudo yum install -y cmake3
|
||||
fi
|
||||
# Install build dependencies
|
||||
log_info "Installing build dependencies..."
|
||||
sudo yum groupinstall -y "Development Tools"
|
||||
sudo yum install -y epel-release
|
||||
sudo yum install -y cmake3 boost-devel openssl-devel nlohmann-json-devel python3-devel
|
||||
|
||||
# Download Python3 and dependencies
|
||||
repotrack python3 python3-pip python3-devel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user