BuildingOnLinux.wiki
changeset 338 6153b382a125
parent 337 fcceaed03448
child 364 22870076a7bd
equal deleted inserted replaced
337:fcceaed03448 338:6153b382a125
    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 Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev).
    47 
    47 
    48 Not 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
    52 }}}
    52 }}}
    53 IMPORTANT: If you decided against png-screenshots or video-recording support, please append `-DNOPNG=1` and/or `-DNOVIDEOREC=1` to the cmake command line respectively!
    53 IMPORTANT: If you decided against png-screenshots or video-recording support, please append `-DNOPNG=1` and/or `-DNOVIDEOREC=1` to the cmake command line respectively!