BuildingOnLinux.wiki
changeset 1274 8c5925c4d6f0
parent 1144 c8f381bddb11
child 1320 c3dfc9a0d9fb
equal deleted inserted replaced
1273:199ac349aefc 1274:8c5925c4d6f0
    22 
    22 
    23 === Resolving dependencies under Debian and Debian-based systems (e.g. Mint, Ubuntu) ===
    23 === Resolving dependencies under Debian and Debian-based systems (e.g. Mint, Ubuntu) ===
    24 These line contain `apt-get` lines you can simply paste into your shell and execute. Please remember to copy the _entire_ `apt-get` lines!
    24 These line contain `apt-get` lines you can simply paste into your shell and execute. Please remember to copy the _entire_ `apt-get` lines!
    25 
    25 
    26 {{{
    26 {{{
    27 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 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 libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev 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 If you want PNG screenshots, add:
    29 If you want PNG screenshots, add:
    30 {{{
    30 {{{
    31 sudo apt-get install libpng12-dev
    31 sudo apt-get install libpng12-dev
    32 }}}
    32 }}}