Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2015-05-05 03:35:44 +0300
committerEion Robb <eion@robbmob.com>2015-05-05 03:35:44 +0300
commit2c3e2bb82aa846a68a3e437e0b71a012133e7108 (patch)
tree757345e080c2994bd072e4a2e228e634446ae08f /skypeweb/README.md
parentf2f96ac5e11e0ac0dfd2fa08940ba3c0957278cf (diff)
Add readme for SkypeWeb plugin
Instructions on how to compile or where to download from
Diffstat (limited to 'skypeweb/README.md')
-rw-r--r--skypeweb/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
new file mode 100644
index 0000000..414f5bc
--- /dev/null
+++ b/skypeweb/README.md
@@ -0,0 +1,23 @@
+SkypeWeb Plugin for Pidgin
+==========================
+
+Adds a "Skype (HTTP)" protocol to the accounts list. Requires libjson-glib. GPLv3 Licenced.
+
+Until I get MSN/Live logins going there won't be any releases on GitHub.
+
+Windows
+-------
+Windows users can download latest builds from [libskypeweb-debug.dll](http://eion.robbmob.com/libskypeweb-debug.dll) or [pidgin-skypeweb-installer.exe](http://eion.robbmob.com/pidgin-skypeweb-installer.exe)
+
+The plugin requires libjson-glib which is part of the installer exe or can be downloaded [from github](https://github.com/EionRobb/skype4pidgin/raw/master/skypeweb/libjson-glib-1.0.dll) and copied to the Program Files\Pidgin folder (not the plugins subfolder)
+
+
+Compiling
+---------
+Requires devel headers/libs for libpurple and libjson-glib
+```
+ git clone git://github.com/EionRobb/skype4pidgin.git
+ cd skype4pidgin/skypeweb
+ make
+ sudo make install
+```