BuildingOnLinux.wiki
changeset 377 7e3078dde512
parent 364 22870076a7bd
child 386 ee032706a62c
equal deleted inserted replaced
376:c840baf439ec 377:7e3078dde512
     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.
     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 libphysfs-dev fonts-dejavu-core ttf-wqy-zenhei
    13 }}}
    13 }}}
    14 If you want PNG screenshots, add:
    14 If you want PNG screenshots, add:
    15 {{{
    15 {{{
    16 sudo apt-get install libpng12-dev
    16 sudo apt-get install libpng12-dev
    17 }}}
    17 }}}