diff options
| -rw-r--r-- | skype/README | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/skype/README b/skype/README index c95271dd..9ba3a23d 100644 --- a/skype/README +++ b/skype/README @@ -23,7 +23,7 @@ not..)  == Requirements  * Skype >= 1.4.0.99. (1.4.0.74 did not work for me, 1.4.0.118 seems to be OK.) -* bitlbee-dev >= rev264. (This is the latest version I've tested, probably +* bitlbee 1.1.1dev. (This is the latest version I've tested, probably    newer versions probably will work, too.)  * Skype4Py >= 0.9.28.1. Previous versions uses `DBus` by default. The latest version I've tested is 0.9.28.3.  * Python 2.5. Skype4Py does not work with 2.4. @@ -47,13 +47,15 @@ automatically reconnect if you restart Skype.)    and `bitlbee-skype` packages from    http://ftp.frugalware.org/pub/other/people/vmiklos/bmf/[my repo]. -- You need the BitlBee bzr branch: +- You need the BitlBee testing/development version:  ---- -bzr branch http://code.bitlbee.org/bitlbee/ +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  ---- -NOTE: You no longer need additional patches, as of revision 264. +NOTE: You no longer need additional patches, as of version 1.1.1dev.  - Now compile and install it:  | 
