equal
deleted
inserted
replaced
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! |