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