BuildingOnLinux.wiki
changeset 364 22870076a7bd
parent 338 6153b382a125
child 377 7e3078dde512
equal deleted inserted replaced
363:c6e60247e9d4 364:22870076a7bd
     2 #labels Phase-Implementation,Phase-Deploy,Phase-Support
     2 #labels Phase-Implementation,Phase-Deploy,Phase-Support
     3 
     3 
     4 = Introduction =
     4 = Introduction =
     5 
     5 
     6 Copy and Paste instructions for a Hedgewars development build. Should work on Debian and the like (Ubuntu, Mint).  Packages for other distros should have similar names.  Remember to copy the *entire* apt-get lines!
     6 Copy and Paste instructions for a Hedgewars development build. Should work on Debian and the like (Ubuntu, Mint).  Packages for other distros should have similar names.  Remember to copy the *entire* apt-get lines!
     7 Important.  This builds the latest development sources.  If you want to build the latest stable, run: hg up 0.9.19 before running cmake.  Also, see http://hedgewars.org/download.html if you are just looking to play latest stable - there's a good chance it exists for your distro.
     7 Important.  This builds the latest development sources.  If you want to build the latest stable, run: hg up 0.9.20 before running cmake.  Also, see http://hedgewars.org/download.html if you are just looking to play latest stable - there's a good chance it exists for your distro.
     8 
     8 
     9 = Prerequisites =
     9 = Prerequisites =
    10 
    10 
    11 {{{
    11 {{{
    12 sudo apt-get install mercurial cmake qt4-qmake libqt4-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev liblua5.1-dev fpc
    12 sudo apt-get install mercurial cmake qt4-qmake libqt4-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev liblua5.1-dev fpc
    39 cd trunk
    39 cd trunk
    40 }}}
    40 }}}
    41 
    41 
    42 If you want to build the latest release version (so that you can play with other people online) use this command:
    42 If you want to build the latest release version (so that you can play with other people online) use this command:
    43 {{{
    43 {{{
    44 hg update 0.9.19
    44 hg update 0.9.20
    45 }}}
    45 }}}
    46 Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev).
    46 Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev).
    47 
    47 
    48 Now let's configure and build!
    48 Now let's configure and build!
    49 {{{
    49 {{{