[LXLE] Installation de ‘Battle of Wesnoth’.
Distribution de travail : LXLE 18.04
1/ Activation des dépôts des sources.
Ouvrir :
/etc/apt/sources.list
Chercher :
# deb-src
Replacer par :
deb-src
Action :
util01@station01:~$ sudo apt-get update && sudo apt-get upgrade
2/ Installation des paquets de développements.
util01@station01:~$ sudo apt-get build-dep wesnoth
util01@station01:~$ sudo apt-get install libsdl2*
util01@station01:~$ sudo apt-get install libboost-random-dev libssl1.0-dev libcrypto++-dev scons
3/ Création du répertoire de travail.
util01@station01:~$ mkdir -p JEUX/WESNOTH
util01@station01:~$ cd JEUX/WESNOTH/
util01@station01:~/JEUX/WESNOTH$
4/ Téléchargement de l’archive du code source.
util01@station01:~/JEUX/WESNOTH$ wget https://netcologne.dl.sourceforge.net/project/wesnoth/wesnoth-1.14/wesnoth-1.14.11/wesnoth-1.14.11.tar.bz2
5/ Décompression de l’archive.
util01@station01:~/JEUX/WESNOTH$ tar xvfj wesnoth-1.14.11.tar.bz2
util01@station01:~/JEUX/WESNOTH$ cd wesnoth-1.14.11/
util01@station01:~/JEUX/WESNOTH/wesnoth-1.14.11$
6/ Compilation.
util01@station01:~/JEUX/WESNOTH/wesnoth-1.14.11$ scons
Ou
util01@station01:~/JEUX/WESNOTH/wesnoth-1.14.11$ scons --config=force
7/ Installation.
util01@station01:~/JEUX/WESNOTH/wesnoth-1.14.11$ sudo scons install
util01@station01:~/JEUX/WESNOTH/wesnoth-1.14.11$ cd
8/ Lancement de ‘Battle of Wesnoth’.
util01@station01:~$ wesnoth
9/ Liens.
http://framboisepi.fr/installation-battle-of-wesnoth-v2/
https://jeulibre.laboratoire-bidouille.dev/installation-de-ufoai-a-partir-des-paquets-source-deb/
https://wiki.wesnoth.org/CompilingWesnoth
Comments are closed, but trackbacks and pingbacks are open.