BuildingOnLinux.wiki
changeset 326 cc6f876e2a50
parent 315 a6b9ac3e56ec
child 327 16e3a600d6af
equal deleted inserted replaced
325:955dff41983a 326:cc6f876e2a50
    36 {{{
    36 {{{
    37 cd trunk
    37 cd trunk
    38 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
    38 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
    39 make install
    39 make install
    40 }}}
    40 }}}
       
    41 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!
    41 if you want to build the server as well, change -DNOSERVER=1 to -DNOSERVER=0
    42 if you want to build the server as well, change -DNOSERVER=1 to -DNOSERVER=0
    42 
    43 
    43 then wait for the build to complete, then run ...
    44 then wait for the build to complete, then run ...
    44 
    45 
    45 {{{
    46 {{{