Compiler warzone2100 2.3.8 Débian

wa2100.gif

Dans la catégorie note en vrac (cherchez pas elle n'existe pas cette catégorie) Pour avoir la version 2.3.8 de warzone (celle utilisée majoritairement en live) il faut la compiler. Sur débian 6 ça donne:

  1. #installer les prérequis
  2. apt-get install build-essential bison zip libsdl1.2-dev libtheora-dev libopenal-dev libvorbis-dev libpopt-dev libphysfs-dev libglc-dev
  3. cd ~
  4. #télécharger les sources
  5. wget http://sourceforge.net/projects/warzone2100/files/releases/2.3.8/warzone2100-2.3.8.tar.gz/
  6. tar xvzf warzone2100-2.3.8.tar.gz
  7. cd warzone2100-2.3.8
  8. #préparer la compilation
  9. ./configure

J'ignore l'avertissement suivant à la fin du compile:

configure: WARNING: Distributor unknown!
configure: Use --with-distributor when compiling package for distribution
configure: 
configure: WARNING: a2x or wkhtmltopdf not found, can't convert documentation. This doesn't affect building the game,
		but means that things like "make dist" and building a Windows installer will fail.
  1. #compiler et installer
  2. make
  3. su -c "make install"

pour lancer le jeu:

  1. warzone2100
Page top