diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-03-18 02:39:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-03-18 02:39:46 +0100 |
commit | 36fbaa0f4110d32274b9b88a18f38a4f19350fc0 (patch) | |
tree | 6c30f099ea5a107d82e7739e920360d4be45905e | |
parent | 63405b47c483c2d5d50e09f308461c0df2b52cd0 (diff) |
bitlbee 1.2
-rw-r--r-- | skype/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/skype/README b/skype/README index 4bb24b98..f52f3354 100644 --- a/skype/README +++ b/skype/README @@ -29,8 +29,7 @@ not..) == Requirements * Skype >= 1.4.0.99. The latest version I've tested is 2.0.0.63. -* BitlBee >= 1.1.1dev. This is the latest version I've tested, probably - newer versions will work, too. +* BitlBee >= 1.1.1dev. The latest version I've tested is 1.2. * Skype4Py >= 0.9.28.7. Previous versions won't work due to API changes. * Python >= 2.5. Skype4Py does not work with 2.4. * PyGObject >= 2.8.0. Older versions are part of PyGTK. (And you don't want to @@ -49,16 +48,18 @@ package) and `skyped` will connect to to your Skype client. NOTE: The order is important. First `skyped` starts Skype. Then `skyped` can connect to Skype, finally BitlBee can connect to `skyped`. -- If you happen to be a happy Frugalware user, you can install the `bitlbee` - and `bitlbee-skype` packages from - http://ftp.frugalware.org/pub/other/people/vmiklos/bmf/[my repo]. +- If you happen to be a happy Frugalware user: -- You need the BitlBee testing/development version: +---- +# pacman-g2 -S bitlbee-skype +---- + +- You need the latest stable BitlBee release: ---- -$ wget http://get.bitlbee.org/src/bitlbee-1.1.1dev.tar.gz -$ tar xf bitlbee-1.1.1dev.tar.gz -$ cd bitlbee-1.1.1dev +$ wget http://get.bitlbee.org/src/bitlbee-1.2.tar.gz +$ tar xf bitlbee-1.2.tar.gz +$ cd bitlbee-1.2 ---- NOTE: You no longer need additional patches, as of version 1.1.1dev. |