BuildingOnLinux.wiki
changeset 388 96142cbf91f4
parent 387 1fc2f41b3f88
child 389 4d39d7d0d52d
equal deleted inserted replaced
387:1fc2f41b3f88 388:96142cbf91f4
    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.20
    44 hg update 0.9.20
    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 Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.21-dev).
    47 
    47 
    48 Now let's configure and build!
    48 Now let's configure and build!
    49 {{{
    49 {{{
    50 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
    51 make install
    51 make install