From 2a8d790c279612dad2f3a0f6ad3732a1cce1a72e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sat, 6 Sep 2008 03:57:22 +0200 Subject: add python-gnutls install instructions --- skype/README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/skype/README b/skype/README index 2583cc79..a9ed19d8 100644 --- a/skype/README +++ b/skype/README @@ -75,7 +75,7 @@ and you don't have to compile anything manually. - Install the necessary development package: ---- -# apt-get install bitlbee-dev +# apt-get install bitlbee-dev python-gnutls ---- and you have to install `bitlbee-skype` and `skype4py` from source. @@ -112,6 +112,15 @@ $ cd Skype4Py-x.x.x.x # python setup.py install ---- +- To install http://pypi.python.org/pypi/python-gnutls[python-gnutls] from source + (unless you want to install the plugin for a public server): + +---- +$ tar -zxvf python-gnutls-x.x.x.tar.gz +$ cd python-gnutls-x.x.x +# python setup.py install +---- + - Get the plugin code (in an empty dir, or whereever you want, it does not matter): -- cgit v1.2.3