Adium protocol plugin to support Skype instant messaging
Get the latest version here
- This plugin is an adium wrapper around the libpurple plugin skype4pidgin (web) from EionRobb
-
Checkout this git repository and init submodules
git clone --recursive https://github.com/tripplet/skypeweb4adium.git -
Install openssl (necessary for building adium)
brew install openssl -
Patch adium
git apply adium.patch -
Apply Make the opid stage optional patch
git apply --directory=skype4pidgin skype4pidgin_pull_request_665.patch -
Compile Adium:
cd adium; make -j -
Compile the plugin:
xcodebuild -configuration Release -project "skypeweb4adium.xcodeproj"