BuildingOnLinux.wiki
changeset 1144 c8f381bddb11
parent 910 714fb7f71640
child 1274 8c5925c4d6f0
equal deleted inserted replaced
1143:e97eb0f00c5e 1144:c8f381bddb11
    65 cd trunk
    65 cd trunk
    66 }}}
    66 }}}
    67 
    67 
    68 If you want to build the latest release version (so that you can play with other people online) use this command:
    68 If you want to build the latest release version (so that you can play with other people online) use this command:
    69 {{{
    69 {{{
    70 hg update 0.9.22
    70 hg update 0.9.23-release
    71 }}}
    71 }}}
    72 Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.22-dev).
    72 Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.24-dev).
    73 
    73 
    74 
    74 
    75 == Building process ==
    75 == Building process ==
    76 
    76 
    77 Now let’s configure and build!
    77 Now let’s configure and build!