equal
deleted
inserted
replaced
12 |
12 |
13 == Prerequisites == |
13 == Prerequisites == |
14 The first section contains dependency lists, the second section contain copy-and-paste instructions for Debian and derivates (Ubuntu, Linux Mint, etc.). |
14 The first section contains dependency lists, the second section contain copy-and-paste instructions for Debian and derivates (Ubuntu, Linux Mint, etc.). |
15 |
15 |
16 === Required packages === |
16 === Required packages === |
17 For a full list see [Dependencies Dependencies] |
17 For a full list see [Dependencies Dependencies]. |
18 |
18 |
19 In most Linux distributions, you should find readily available packages. |
19 In most Linux distributions, you should find readily available packages. |
20 |
20 |
21 Please note that for libraries, you also need their development headers. Some distributions (most notably Debian and Debian derivatives) provide separate packages for the headers. |
21 Please note that for libraries, you also need their development headers. Some distributions (most notably Debian and Debian derivatives) provide separate packages for the headers. |
22 |
22 |
59 cd trunk |
59 cd trunk |
60 }}} |
60 }}} |
61 |
61 |
62 If you want to build the latest release version (so that you can play with other people online) use this command: |
62 If you want to build the latest release version (so that you can play with other people online) use this command: |
63 {{{ |
63 {{{ |
64 hg update 0.9.21 |
64 hg update 0.9.22 |
65 }}} |
65 }}} |
66 Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.21-dev). |
66 Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.22-dev). |
67 |
67 |
68 |
68 |
69 == Building process == |
69 == Building process == |
70 |
70 |
71 Now let’s configure and build! |
71 Now let’s configure and build! |