BuildingOnLinux.wiki
changeset 1688 9440b5791248
parent 1687 425eb8f784a9
child 1689 0edb4d67cc66
equal deleted inserted replaced
1687:425eb8f784a9 1688:9440b5791248
    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.24.1-release
    70 hg update 0.9.25
    71 }}}
    71 }}}
    72 Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.25-dev).
    72 Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.25-dev).
    73 
    73 
    74 
    74 
    75 == Building process ==
    75 == Building process ==