Skip to content

tripplet/skypeweb4adium

Repository files navigation

This project is no longer maintained as Adium is no longer actively developed.


skypeweb4adium

Adium protocol plugin to support Skype instant messaging

Build Status

Download

Get the latest version here

Thanks

How to build yourself

  1. Checkout this git repository and init submodules

    git clone --recursive https://github.com/tripplet/skypeweb4adium.git

  2. Install openssl (necessary for building adium)

    brew install openssl

  3. Patch adium

    git apply adium.patch

  4. Apply Make the opid stage optional patch

    git apply --directory=skype4pidgin skype4pidgin_pull_request_665.patch

  5. Compile Adium:

    cd adium; make -j

  6. Compile the plugin:

    xcodebuild -configuration Release -project "skypeweb4adium.xcodeproj"