Skip to content

epichub/adium-tox-im

Repository files navigation

#Adium Tox plugin

Thanks and acknowledgements

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

Installing

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.

Compiling

Requirements

installing project tox

How to build

  1. Download Adium source-code.

  2. Compile Adium

  3. 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
  4. Set the Variable "ADIUM" in "User-Defined" settings under the "ToxPlugin" target build settings to your Adium source path.

  5. Compile the plugin.

If this fails, please see the details here https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#homebrew

About

Adium plugin for Tox IM protocol

Resources

Stars

Watchers

Forks

Packages

No packages published