Getting the Newest Adium Source Code
Adium is an open source project, distributed under the GPL license. The most recent Adium source code is available via the Mercurial repository:
- Main, 1.5hg:
Development of the future 1.5 release. - Beta, 1.4hg:
Development of the next major release, 1.4. Requires 10.5 ("Leopard") or later to compile and run. - Stable: 1.3hg:
Development of the next minor release, 1.3.4. Requires 10.4 ("Tiger") or later to compile and run.
Use the following instructions to check yourself out a copy:
Main, 1.5hg
| Requirements | - Xcode 3.1.1 or later (Available with a free account from Apple) - Mac OS X 10.5 or later - Mercurial 0.9.5 or later to obtain the source code (see GettingMercurial) |
| Getting source code | Paste into Terminal: hg clone http://hg.adium.im/adium |
| Updating the source code | You can update the source (as frequently as desired), by moving into the adium folder with cd adium and running: hg pull -u |
| Building | You can update and build in one step with make latest from the checkout root. make install will copy Adium to /Applications |
Beta, 1.4hg
| Requirements | - Xcode 3.1.1 or later (Available with a free account from Apple) - Mac OS X 10.5 or later - Mercurial 0.9.5 or later to obtain the source code (see GettingMercurial) |
| Getting source code | Paste into Terminal: hg clone http://hg.adium.im/adium-1.4 |
| Updating the source code | You can update the source (as frequently as desired), by moving into the adium folder with cd adium and running: hg pull -u |
| Building | You can update and build in one step with make latest from the checkout root. make install will copy Adium to /Applications |
Stable: 1.3hg
| Requirements | - Xcode 2.5 or later (Available with a free account from Apple) - Mac OS X 10.4 or later - Mercurial 0.9.5 or later to obtain the source code (see wiki:GettingMercurial) |
| Getting source code | Paste into Terminal: hg clone http://hg.adium.im/adium-1.3 |
| Updating the source code | You can update the source (as frequently as desired), by moving into the adium folder with cd adium-1.3 and running: hg pull -u |
| Building | You can update and build in one step with make latest from the checkout root. make install will copy Adium to /Applications |

