Adium

Getting the Newest Adium X Source Code

Adium is an open source project, distributed under the GPL license. The most recent Adium source code is available via the Subversion repository. Use the following instructions to check yourself out a copy:

Requirements

  • Xcode 2.5 (Available with a free account from Apple)
    • If you're building in deployment, you'll also need the "Mac OS X 10.4 Universal SDK" to be installed. It's an option under Customize in the Xcode installer.
  • Mac OS X 10.4 or better
  • A working install of Subversion

Instructions for getting source code

Paste into Terminal: svn co svn://svn.adiumx.com/adium/trunk adium

You can update the source (as frequently as desired), by moving into the adium folder with cd adium and running: svn update

Building

You can update and build in one step with make latest from the checkout root. make install will copy Adium to /Applications