BuildingOnLinux.wiki
changeset 1691 244c3e2ebc4c
parent 1689 0edb4d67cc66
child 1998 32149ab9ebda
equal deleted inserted replaced
1690:ddfe686b9c66 1691:244c3e2ebc4c
    56 mkdir -p ~/games ~/hg/hedgewars/
    56 mkdir -p ~/games ~/hg/hedgewars/
    57 cd ~/hg/hedgewars
    57 cd ~/hg/hedgewars
    58 hg clone -v https://hg.hedgewars.org/hedgewars/ trunk
    58 hg clone -v https://hg.hedgewars.org/hedgewars/ trunk
    59 }}}
    59 }}}
    60 
    60 
    61 The initial clone of the repository will take a while, is about 628 MiB or so, due to all the multimedia revisions.
    61 The initial clone of the repository will take a while, is just under 700 MiB, due to all the multimedia revisions.
    62 After that switch to the trunk folder:
    62 After that switch to the trunk folder:
    63 
    63 
    64 {{{
    64 {{{
    65 cd trunk
    65 cd trunk
    66 }}}
    66 }}}