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:
authorMatthias Mailänder <Mailaender@users.noreply.github.com>2016-07-29 09:37:44 +0300
committerEion Robb <eion@robbmob.com>2016-07-29 09:37:44 +0300
commit2313ab55b88958bae0f621678f905b29b586fa01 (patch)
treee8812cd9cdda97c15bc8549231aff46e2547e461
parent2b42d110708837d757b09ebc71e9e7053f259458 (diff)
Add the openSUSE package (#464)
-rw-r--r--skypeweb/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 0082b84..5cc5733 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -43,6 +43,13 @@ On Arch Linux package available in [Community](https://wiki.archlinux.org/index.
sudo pacman -S purple-skypeweb
```
+openSUSE
+--------
+On openSUSE you can install the [package](https://software.opensuse.org/package/skype4pidgin) using
+```
+ sudo zypper in pidgin-plugin-skypeweb
+```
+
Compiling
---------
Requires devel headers/libs for libpurple and libjson-glib [libglib2.0-dev, libjson-glib-dev and libpurple-dev]