BuildingOnLinux.wiki
changeset 250 9c711f1b4638
parent 249 f47761d3bbe5
child 253 d7db074d6efa
equal deleted inserted replaced
249:f47761d3bbe5 250:9c711f1b4638
    26 = Building process =
    26 = Building process =
    27 
    27 
    28 {{{
    28 {{{
    29 mkdir -p ~/games ~/hg/hedgewars/build
    29 mkdir -p ~/games ~/hg/hedgewars/build
    30 cd ~/hg/hedgewars
    30 cd ~/hg/hedgewars
    31 hg clone https://hedgewars.googlecode.com/hg/ trunk
    31 hg clone -v https://hedgewars.googlecode.com/hg/ trunk
    32 }}}
    32 }}}
    33 
    33 
    34 The initial clone of the repository will take a while, is about 600MiB or so...
    34 The initial clone of the repository will take a while, is about 575MiB or so...
    35 
    35 
    36 {{{
    36 {{{
    37 cd ~/hg/hedgewars/build
    37 cd ~/hg/hedgewars/build
    38 cmake ../trunk -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
    38 cmake ../trunk -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
    39 make install
    39 make install