diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-06 03:57:22 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-06 03:57:22 +0200 |
commit | 2a8d790c279612dad2f3a0f6ad3732a1cce1a72e (patch) | |
tree | a7cab7bc9a2c5805b827c190f755ff8aa6d267a6 | |
parent | 58f42365e39a5420726b0d49283b0c8a0615c38a (diff) |
add python-gnutls install instructions
-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): |