BuildingOnLinux.wiki
changeset 592 2a5ecd20bf16
parent 551 67b079768796
child 656 70434b3f51a3
equal deleted inserted replaced
591:5274fd9df321 592:2a5ecd20bf16
    47 ----
    47 ----
    48 
    48 
    49 {{{
    49 {{{
    50 mkdir -p ~/games ~/hg/hedgewars/
    50 mkdir -p ~/games ~/hg/hedgewars/
    51 cd ~/hg/hedgewars
    51 cd ~/hg/hedgewars
    52 hg clone -v https://hedgewars.googlecode.com/hg/ trunk
    52 hg clone -v http://hg.hedgewars.org/hedgewars/ trunk
    53 }}}
    53 }}}
    54 
    54 
    55 The initial clone of the repository will take a while, is about 628 MiB or so, due to all the multimedia revisions.
    55 The initial clone of the repository will take a while, is about 628 MiB or so, due to all the multimedia revisions.
    56 After that switch to the trunk folder:
    56 After that switch to the trunk folder:
    57 
    57