Free and Open Source real time strategy game with a new take on micro-management

Difference between revisions of "Building the .deb file"

From Globulation2

Jump to: navigation, search
(Updated)
(https://bitbucket.org/giszmo/glob2 again)
 
Line 5: Line 5:
#Get glob2 sources as it is suggested here [[Compiling#Sources_from_Mercurial]]
#Get glob2 sources as it is suggested here [[Compiling#Sources_from_Mercurial]]
#Build a package:
#Build a package:
#:<pre>cd glob2-new</pre>
#:<pre>cd glob2</pre>
#:<pre>dpkg-buildpackage -I.hg</pre>
#:<pre>dpkg-buildpackage -I.hg</pre>



Latest revision as of 19:51, 4 October 2012

  1. Install building tool:
    sudo apt-get install dpkg-dev
  2. 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
  3. Get glob2 sources as it is suggested here Compiling#Sources_from_Mercurial
  4. Build a package:
    cd glob2
    dpkg-buildpackage -I.hg
Misc