BuildingOnLinux.wiki
changeset 337 fcceaed03448
parent 333 5b70b52c17c4
child 338 6153b382a125
equal deleted inserted replaced
336:43e9272e3153 337:fcceaed03448
    41 
    41 
    42 If you want to build the latest release version (so that you can play with other people online) use this command:
    42 If you want to build the latest release version (so that you can play with other people online) use this command:
    43 {{{
    43 {{{
    44 hg update 0.9.19
    44 hg update 0.9.19
    45 }}}
    45 }}}
       
    46 Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev).
    46 
    47 
    47 Not let's configure and build!
    48 Not let's configure and build!
    48 {{{
    49 {{{
    49 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
    50 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
    50 make install
    51 make install