BuildingOnLinux.wiki
changeset 396 d5cb883a1875
parent 395 2ea04ea4594d
child 493 300f6d2615ce
equal deleted inserted replaced
395:2ea04ea4594d 396:d5cb883a1875
    12 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.
    12 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.
    13 
    13 
    14 = Prerequisites =
    14 = Prerequisites =
    15 
    15 
    16 {{{
    16 {{{
    17 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
    17 sudo apt-get install mercurial cmake g++ 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
    18 }}}
    18 }}}
    19 If you want PNG screenshots, add:
    19 If you want PNG screenshots, add:
    20 {{{
    20 {{{
    21 sudo apt-get install libpng12-dev
    21 sudo apt-get install libpng12-dev
    22 }}}
    22 }}}