mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
build patchelf
This commit is contained in:
@@ -19,6 +19,16 @@ 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..."
|
||||||
|
|
||||||
|
# Compile patchelf (no ubuntu package till Xenial)
|
||||||
|
PATCHELF_VER=0.10
|
||||||
|
wget https://nixos.org/releases/patchelf/patchelf-$PATCHELF_VER/patchelf-$PATCHELF_VER.tar.bz2
|
||||||
|
tar xf patchelf-$PATCHELF_VER.tar.bz2
|
||||||
|
cd patchelf-$PATCHELF_VER
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
# Compile latest OpenSSL
|
# Compile latest OpenSSL
|
||||||
OPENSSL_VER=1.1.1b
|
OPENSSL_VER=1.1.1b
|
||||||
wget https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz
|
wget https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user