mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
f46cad2e63
commit
9bd0bf131c
1 changed files with 7 additions and 7 deletions
|
@ -22,21 +22,21 @@ Linux client build:
|
|||
- echo "deb http://ftp.debian.org/debian/ jessie-backports non-free contrib main" >> /etc/apt/sources.list
|
||||
- apt-get update
|
||||
- apt-get -y upgrade
|
||||
- apt-get -t jessie-backports install -y g++ gcc cmake libcurl4-openssl-dev libgl1-mesa-dev libjpeg-dev libpng-dev libopenal-dev libfreetype6-dev libxxf86vm-dev libxrandr-dev libxrender-dev libvorbis-dev libluabind-dev libboost-dev libmysqlclient-dev libssl-dev liblzma-dev libxml2-dev makeself
|
||||
- apt-get -t jessie-backports install libxml2 -y g++ gcc cmake libcurl4-openssl-dev libgl1-mesa-dev libjpeg-dev libpng-dev libopenal-dev libfreetype6-dev libxxf86vm-dev libxrandr-dev libxrender-dev libvorbis-dev libluabind-dev libboost-dev libmysqlclient-dev libssl-dev liblzma-dev libxml2-dev makeself
|
||||
# Installation des dépendances des dépendances statiques (à commenter si construction de Khanat en mode dynamique)
|
||||
# libxml2 : python-pyicu (support d'unicode), python-dev (support de... python)
|
||||
#- apt-get install -y wget python-pyicu python-dev
|
||||
- apt-get install -y wget python-pyicu python-dev
|
||||
# Création de l'environnement de compilation
|
||||
- mkdir -p BUILD/x86_64
|
||||
- cd BUILD/x86_64
|
||||
## Le curl des dépots a trop de dépendances en statique. On le recompile donc, afin d'aléger l'executable
|
||||
# Téléchargement et décompression des dépendances à recompiller
|
||||
#- wget -c http://curl.haxx.se/download/curl-7.50.0.tar.gz
|
||||
#- tar xzf curl-7.50.0.tar.gz
|
||||
- wget -c http://curl.haxx.se/download/curl-7.50.0.tar.gz
|
||||
- tar xzf curl-7.50.0.tar.gz
|
||||
# Compilation de curl
|
||||
#- cd curl-7.50.0
|
||||
#- ./configure --disable-ldap --disable-ldaps --disable-rtsp --disable-dict --disable-ipv6 --disable-crypto-auth --disable-sspi --disable-tls-srp --without-gnutls --without-librtmp --without-libidn --disable-versioned-symbols --disable-pop3 --without-libssh2 --with-ssl
|
||||
#- make install -j$(nproc)
|
||||
- cd curl-7.50.0
|
||||
- ./configure --disable-ldap --disable-ldaps --disable-rtsp --disable-dict --disable-ipv6 --disable-crypto-auth --disable-sspi --disable-tls-srp --without-gnutls --without-librtmp --without-libidn --disable-versioned-symbols --disable-pop3 --without-libssh2 --with-ssl
|
||||
- make install -j$(nproc)
|
||||
- cd ..
|
||||
## Compilation de Khanat
|
||||
# Configuration
|
||||
|
|
Loading…
Reference in a new issue