- Overview
-
Getting Started
- What is Adium?
- Installing
-
Accounts
- Creating Accounts
- Personal Settings
-
Contacts
- Managing Contacts
- Managing Groups
- Combining Contacts
- Blocking/Privacy
-
Chatting
- Fonts & Colors
- Message Tabs
- Chat Transcripts (Logs)
-
Advanced Features
- Voice & Video Chat
- File Transfer
- Direct Connect
-
Support
- Troubleshooting
- FAQ
- Bug Reports
- Feature Requests
- Contact Us
-
Development
- Contributing to Adium
- Getting the Code
- Contributing Code
- Following Development
- Sparkle Statistics
- Adium Sponsors
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