Giter Club home page Giter Club logo

adium-tox-im's Introduction

#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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.