diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-05-12 01:23:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-05-12 01:23:36 +0200 |
commit | 4966d84194948f553a159cc2898b0895b622d59f (patch) | |
tree | c43957c80094c6872da7a70162a4627a0fb5ea2a | |
parent | e3d0b10cfa542520c1e91ab7248c7309d7c120f1 (diff) |
README: document how to avoid compiling bitlbee from source under deb
01:13 < wilmer> vmiklos: Ok, bitlbee-dev will be in unstable in a few hours!
-rw-r--r-- | skype/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/skype/README b/skype/README index 07a45777..ffe3deea 100644 --- a/skype/README +++ b/skype/README @@ -55,7 +55,17 @@ connect to Skype, finally BitlBee can connect to `skyped`. # pacman-g2 -S bitlbee-skype ---- -- You need the latest stable BitlBee release: +and you don't have to compile anything manually. + +- If you use Debian: + +---- +# apt-get install bitlbee-dev +---- + +and you have to install `bitlbee-skype` from source. + +- Otherwise, you need the latest stable BitlBee release: ---- $ wget http://get.bitlbee.org/src/bitlbee-1.2.tar.gz |