修改打包脚本

This commit is contained in:
Tian jianyong 2024-12-20 12:22:10 +08:00
parent a26742c34d
commit 906a761e34

View File

@ -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