#Adium Tox plugin
This plugin consists 90% of the code from the libpurple/pidgin tox plugin, and thus 90% of the credit for this plugin should go to Sergey 'Jin' Bostandzhyan over at http://tox.dhs.org/. I have also gotten alot of help and inspiration from the Steam-IM Aduim plugin for how to wire up the libpurple code to Adium stubs, so thanks to https://github.com/tripplet/Adium-Steam-IM
If you simply want the newest pre-compiled version, download the binary here.
If you want to compile your own fresh brew of the plugin, continue reading.
- XCode (only tested with 5.0 and above)
- Project-Tox
- Adium source code. https://trac.adium.im/wiki/GettingNewestAdiumSource
-
Download Adium source-code.
-
Compile Adium
-
Install project tox
Either
brew tap Tox/tox brew install --HEAD libtoxcore
Or
cd <project directory> git submodule update cd Project-Tox autoreconf -i ./configure make make install
-
Set the Variable "ADIUM" in "User-Defined" settings under the "ToxPlugin" target build settings to your Adium source path.
-
Compile the plugin.
If this fails, please see the details here https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#homebrew