Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.2 KB

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"