project-navigation
Personal tools

Author Topic: Debian Compiling 2.5-dev  (Read 2776 times)

Offline roboman

  • Cannon Fodder
  • **
  • Posts: 9
    • View Profile
Debian Compiling 2.5-dev
« 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
« Last Edit: July 21, 2013, 04:08:12 pm by roboman »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Debian Compiling 2.5-dev
« Reply #1 on: July 20, 2013, 07:42:44 am »
You dont habe to install picomodel. Its optional, because its also included in our codebase.