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-12-10 13:14:54 +0300
committerEion Robb <eion@robbmob.com>2015-12-10 13:14:54 +0300
commit53a60c0b676e41cae4a12d68cdd550d5403ffe90 (patch)
treeafdc055976a199b9ecb886629bdd96212559be22
parent992415e2b9d97d0d3a26286801512137f3388c05 (diff)
parent3af15e75afccfe0b9b097326e407b926cdaaca7f (diff)
Merge pull request #368 from jabjoe/master
Add instructions for building and installing on Debian/Ubuntu/Mint.
-rw-r--r--skypeweb/README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 26e6fa2..6849652 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -37,7 +37,23 @@ Requires devel headers/libs for libpurple and json-glib, gcc compiler and rpmbui
The result can be found in ``~/rpmbuild/RPMS/`uname -m`/`` directory.
+Building DEB package for Debian/Ubuntu/Mint
+---------
+Requires devel headers/libs for libpurple and json-glib, gcc compiler and cmake
+```
+ sudo apt install libpurple-dev libjson-glib-dev cmake gcc
+ git clone git://github.com/EionRobb/skype4pidgin.git
+ cd skype4pidgin/skypeweb
+ mkdir build
+ cd build
+ cmake ..
+ cpack
+```
+To install do:
+```
+ sudo dpkg -i skypeweb-0.1.0-Linux.deb
+```
+
Show your appreciation
----------------------
Did this plugin make your life happier? [Send me $1](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D33N5RV7FEXZU) to say thanks!
-