UFO:Alien Invasion

Technical support => Linux => Topic started by: roboman on July 20, 2013, 12:11:08 am

Title: Debian Compiling 2.5-dev
Post by: roboman on July 20, 2013, 12:11:08 am
Installation UFOAI
Debian Sid was tested for.

sudo apt-get install make gcc g++ git-core
sudo apt-get install \
   libsdl1.2-dev libsdl-ttf2.0-dev libvorbis-dev zlib1g-dev gettext libtheora-dev \
   libjpeg8-dev libpng12-dev libcurl3-dev libsdl-mixer1.2-dev \
   libxml2-dev libopenal-dev p7zip-full libcunit1-dev binutils-dev libxvidcore-dev libmxml-dev

sudo apt-get install zip doxygen libgtksourceview2.0-dev libgtkglext1-dev libgtk2.0-dev

sudo apt-get install libtool autoconf m4 aclocal
git clone https://github.com/mgerhardy/picomodel.git picom
cd picom
aclocal
autoconf
./autogen.sh
./configure
make
sudo make install
sudo make installcheck
(you will can uninstall this shit in some day by:
sudo make uninstall)


And the last part:
git init ufoai
cd ufoai
git remote add -t master origin git://git.code.sf.net/p/ufoai/code
git fetch
git checkout -t origin/master

in file "configure" replace DEBUG=1 with DEBUG=0
./configure --disable-uforadiant
make
make lang
python ./contrib/map-get/update.py
./ufo
Title: Re: Debian Compiling 2.5-dev
Post by: Mattn on July 20, 2013, 07:42:44 am
You dont habe to install picomodel. Its optional, because its also included in our codebase.