BuildingOnLinux.wiki
changeset 2004 f9a05a594d8e
parent 1998 32149ab9ebda
child 2077 514babfbad9e
equal deleted inserted replaced
2003:3ef8ba6afe0b 2004:f9a05a594d8e
    25 
    25 
    26 {{{
    26 {{{
    27 sudo apt-get install mercurial cmake g++ qtbase5-dev qtbase5-private-dev qttools5-dev-tools qttools5-dev qt5-style-plugins libsdl-ttf2.0-dev libsdl2-dev libsdl2-net-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev liblua5.1-dev fpc libphysfs-dev fonts-dejavu-core ttf-wqy-zenhei
    27 sudo apt-get install mercurial cmake g++ qtbase5-dev qtbase5-private-dev qttools5-dev-tools qttools5-dev qt5-style-plugins libsdl-ttf2.0-dev libsdl2-dev libsdl2-net-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev liblua5.1-dev fpc libphysfs-dev fonts-dejavu-core ttf-wqy-zenhei
    28 }}}
    28 }}}
    29 
    29 
    30 If you are on debian stable as of 2018-12-14, you may have to install the backport of physfs.
    30 If you are on Debian stable as of 2018-12-14, you may have to install the backport of physfs.
    31 
    31 
    32 If you want PNG screenshots (instead of BMP screenshots), add:
    32 If you want PNG screenshots (instead of BMP screenshots), add:
    33 {{{
    33 {{{
    34 sudo apt-get install libpng12-dev
    34 sudo apt-get install libpng12-dev
    35 }}}
    35 }}}
    65 cd trunk
    65 cd trunk
    66 }}}
    66 }}}
    67 
    67 
    68 If you want to build the latest release version (so that you can play with other people online) use this command:
    68 If you want to build the latest release version (so that you can play with other people online) use this command:
    69 {{{
    69 {{{
    70 hg update 0.9.25
    70 hg update 1.0.0-release
    71 }}}
    71 }}}
    72 Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.26-dev).
    72 Note. Do *not* run the command above if you want to play the latest development code.
    73 
    73 
    74 
    74 
    75 == Building process ==
    75 == Building process ==
    76 
    76 
    77 Now let’s configure and build!
    77 Now let’s configure and build!