equal
deleted
inserted
replaced
19 mkdir -p ~/hg/hedgewars |
19 mkdir -p ~/hg/hedgewars |
20 cd ~/hg/hedgewars |
20 cd ~/hg/hedgewars |
21 hg clone https://hedgewars.googlecode.com/hg/ trunk |
21 hg clone https://hedgewars.googlecode.com/hg/ trunk |
22 }}} |
22 }}} |
23 |
23 |
24 The initial clone of the repository will take a while, is about 520MiB or so... |
24 The initial clone of the repository will take a while, is about 506MiB or so... |
25 |
25 |
26 {{{ |
26 {{{ |
27 cd ~/hg/hedgewars/trunk |
27 cd ~/hg/hedgewars/trunk |
28 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DWITH_SERVER=0 |
28 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DWITH_SERVER=0 |
29 make install |
29 make install |