BuildingOnLinux.wiki
changeset 169 4f70e400b743
parent 156 c320b1eaf7e5
child 241 db33e09cb9cd
equal deleted inserted replaced
168:f4f73967aa4e 169:4f70e400b743
    23 mkdir -p ~/hg/hedgewars
    23 mkdir -p ~/hg/hedgewars
    24 cd ~/hg/hedgewars
    24 cd ~/hg/hedgewars
    25 hg clone https://hedgewars.googlecode.com/hg/ trunk
    25 hg clone https://hedgewars.googlecode.com/hg/ trunk
    26 }}}
    26 }}}
    27 
    27 
    28 The initial clone of the repository will take a while, is about 506MiB or so...
    28 The initial clone of the repository will take a while, is about 550MiB or so...
    29 
    29 
    30 {{{
    30 {{{
    31 cd ~/hg/hedgewars/trunk
    31 cd ~/hg/hedgewars/trunk
    32 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DWITH_SERVER=0
    32 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DWITH_SERVER=0
    33 make install
    33 make install