diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-05-13 11:33:31 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-05-13 11:33:31 +0200 |
commit | 52937074a237514547254f8656abc1a2d2dfed6d (patch) | |
tree | f70e5c9fc0aa0e4819007b4fb3a2b6335b75a791 | |
parent | 71dd27d413dafec9557193b18151235d69547f1c (diff) |
add more detailed info on how to install skype4py
-rw-r--r-- | skype/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/skype/README b/skype/README index ffe3deea..37740c53 100644 --- a/skype/README +++ b/skype/README @@ -52,7 +52,7 @@ connect to Skype, finally BitlBee can connect to `skyped`. - If you happen to be a happy Frugalware user: ---- -# pacman-g2 -S bitlbee-skype +# pacman-g2 -S bitlbee-skype skype4py ---- and you don't have to compile anything manually. @@ -63,7 +63,7 @@ and you don't have to compile anything manually. # apt-get install bitlbee-dev ---- -and you have to install `bitlbee-skype` from source. +and you have to install `bitlbee-skype` and `skype4py` from source. - Otherwise, you need the latest stable BitlBee release: @@ -102,7 +102,13 @@ $ make # make install ---- -- Install http://skype4py.sourceforge.net/[Skype4Py]. +- To install http://skype4py.sourceforge.net/[Skype4Py] from source: + +---- +$ tar -zxvf Skype4Py-x.x.x.x.tar.gz +$ cd Skype4Py-x.x.x.x +# python setup.py install +---- - Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The `username` should be your Skype login and the `password` can be whatever you |