diff options
| -rw-r--r-- | skype/README | 11 | 
1 files changed, 10 insertions, 1 deletions
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):  | 
