BuildingOnLinux.wiki
changeset 389 4d39d7d0d52d
parent 388 96142cbf91f4
child 395 2ea04ea4594d
equal deleted inserted replaced
388:96142cbf91f4 389:4d39d7d0d52d
    30 mkdir -p ~/games ~/hg/hedgewars/
    30 mkdir -p ~/games ~/hg/hedgewars/
    31 cd ~/hg/hedgewars
    31 cd ~/hg/hedgewars
    32 hg clone -v https://hedgewars.googlecode.com/hg/ trunk
    32 hg clone -v https://hedgewars.googlecode.com/hg/ trunk
    33 }}}
    33 }}}
    34 
    34 
    35 The initial clone of the repository will take a while, is about 575MiB or so...
    35 The initial clone of the repository will take a while, is about 628MiB or so, due to all the multimedia revisions.
    36 After that switch to the trunk folder:
    36 After that switch to the trunk folder:
    37 
    37 
    38 {{{
    38 {{{
    39 cd trunk
    39 cd trunk
    40 }}}
    40 }}}