|
Building the .deb file
From Globulation2
- Install building tool:
sudo apt-get install dpkg-dev
- Install glob2 building dependencies:
- sudo apt-get install debhelper quilt scons libsdl1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev libglu1-mesa-dev libvorbis-dev libspeex-dev libfreetype6-dev libboost-dev libboost-thread-dev libboost-date-time-dev libfribidi-dev portaudio19-dev libboost-math-dev
- Get glob2 sources as it is suggested here Compiling#Sources_from_Mercurial
- Build a package:
cd glob2
dpkg-buildpackage -I.hg
| |