diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2007-11-15 15:24:40 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2007-11-15 15:24:40 +0100 |
commit | 9fcaedc00fe94de64f97347ee55f92f9db970c8d (patch) | |
tree | 2839218822cb765070a257b7125b91d0ede423d9 | |
parent | 7cc31b187b141da628919b8044341ec13f733edc (diff) |
doc: deepcommand on how to apply the patch
http://bugs.bitlbee.org/bitlbee/ticket/82#comment:31 - it seems it's good to
mention this
-rw-r--r-- | skype/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/skype/README b/skype/README index d9e1248e..0678fe07 100644 --- a/skype/README +++ b/skype/README @@ -23,7 +23,8 @@ 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 >= rev245. Previous versions need patching. +* bitlbee-dev >= rev256. (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. * pygobject @@ -53,7 +54,13 @@ bzr branch http://code.bitlbee.org/bitlbee/ ---- //NOTE: You no longer need additional patches, as of revision 245. -- Apply a not yet merged patch: http://frugalware.org/~vmiklos/patches/bitlbee-topic-write.patch[download] +- Apply a not yet merged patch: + +---- +cd bitlbee +wget http://frugalware.org/~vmiklos/patches/bitlbee-topic-write.patch +patch -p0 < bitlbee-topic-write.patch +---- - Now compile and install it: |