mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
add zlib dev packages for arm
This commit is contained in:
@@ -17,13 +17,13 @@
|
|||||||
cat /etc/apt/sources.list
|
cat /etc/apt/sources.list
|
||||||
sudo apt-get -qq --yes update > /dev/null
|
sudo apt-get -qq --yes update > /dev/null
|
||||||
sudo apt-get -qq --yes build-dep python3 > /dev/null
|
sudo apt-get -qq --yes build-dep python3 > /dev/null
|
||||||
|
sudo apt-get -qq --yes install zlib1g-dev > /dev/null
|
||||||
|
|
||||||
mypath=$HOME
|
mypath=$HOME
|
||||||
echo "My Path is $mypath"
|
echo "My Path is $mypath"
|
||||||
cpucount=$(nproc --all)
|
cpucount=$(nproc --all)
|
||||||
echo "This device has $cpucount CPUs for compiling..."
|
echo "This device has $cpucount CPUs for compiling..."
|
||||||
|
|
||||||
cd ~/pybuild
|
|
||||||
# Compile latest OpenSSL
|
# Compile latest OpenSSL
|
||||||
if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then
|
if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then
|
||||||
wget --quiet https://www.openssl.org/source/openssl-$BUILD_OPENSSL_VERSION.tar.gz
|
wget --quiet https://www.openssl.org/source/openssl-$BUILD_OPENSSL_VERSION.tar.gz
|
||||||
@@ -40,7 +40,6 @@
|
|||||||
export LD_LIBRARY_PATH=~/ssl/lib
|
export LD_LIBRARY_PATH=~/ssl/lib
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
cd ~/pybuild
|
|
||||||
# Compile latest Python
|
# Compile latest Python
|
||||||
if [ ! -d Python-$BUILD_PYTHON_VERSION ]; then
|
if [ ! -d Python-$BUILD_PYTHON_VERSION ]; then
|
||||||
echo "Downloading Python $BUILD_PYTHON_VERSION..."
|
echo "Downloading Python $BUILD_PYTHON_VERSION..."
|
||||||
|
|||||||
Reference in New Issue
Block a user