Ajout install lib graphique Denis
This commit is contained in:
parent
a9065eff61
commit
b1f6b88cbf
@ -175,6 +175,15 @@ EndSection" >> /etc/X11/xorg.conf.d/20-radeon.conf
|
|||||||
chmod 1755 /opt/android-sdk/platform-tools/adb
|
chmod 1755 /opt/android-sdk/platform-tools/adb
|
||||||
chmod 1755 /opt/android-sdk/tools/emulator
|
chmod 1755 /opt/android-sdk/tools/emulator
|
||||||
|
|
||||||
|
# Installation de la librairie graphique de Denis
|
||||||
|
cd /tmp
|
||||||
|
wget -O bibliotheque-graphique-iut-1.1.tar.gz https://grond.iut-fbleau.fr/IUT/bibliotheque-graphique/archive/1.1.tar.gz
|
||||||
|
tar xzvf bibliotheque-graphique-iut-1.1.tar.gz
|
||||||
|
cd bibliotheque-graphique
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
# Enable the services
|
# Enable the services
|
||||||
systemctl enable "${SERVICES[@]}"
|
systemctl enable "${SERVICES[@]}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user