Skip to content

tripplet/skypeweb4adium

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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"