Technical support > Linux

Debian Compiling 2.5-dev

(1/1)

roboman:
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

Mattn:
You dont habe to install picomodel. Its optional, because its also included in our codebase.

Navigation

[0] Message Index

Go to full version