equal
deleted
inserted
replaced
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 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! |
42 if you want to build the server as well, change -DNOSERVER=1 to -DNOSERVER=0 |
42 |
|
43 if you want to build the server as well, change `-DNOSERVER=1` to `-DNOSERVER=0` |
|
44 |
43 |
45 |
44 then wait for the build to complete, then run ... |
46 then wait for the build to complete, then run ... |
45 |
47 |
46 {{{ |
48 {{{ |
47 ~/games/bin/hedgewars |
49 ~/games/bin/hedgewars |