diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-06-18 19:47:26 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-06-18 19:47:26 +0200 |
commit | 21a387fd485dfcdc57047cc134960391e267d17e (patch) | |
tree | 1e3e68d2c5fb0575db5cdce8a332c5bb316ea194 | |
parent | 89c68c7dcb6e9650af00bfaf336c8db190d762dd (diff) |
docu update
-rw-r--r-- | skype/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/skype/README b/skype/README index 7c9c63b9..f3deab01 100644 --- a/skype/README +++ b/skype/README @@ -93,7 +93,8 @@ $ make # make install install-dev ---- -- Get the plugin code: +- Get the plugin code (in an empty dir, or whereever you want, it does + not matter): ---- $ wget http://vmiklos.hu/project/bitlbee-skype/bitlbee-skype-@VERSION@.tar.gz @@ -101,9 +102,6 @@ $ tar xf bitlbee-skype-@VERSION@.tar.gz $ cd bitlbee-skype-@VERSION@ ---- -It doesn't matter where do you get it, it'll install the plugin to `/usr/local` -by default (that's the location where BitlBee searches for plugins by default). - - Compile and install it: ---- @@ -112,6 +110,9 @@ $ make # make install ---- +This will install the plugin to where BitlBee expects them, which is +`/usr/local/lib/bitlbee` if you installed BitlBee from source. + - To install http://skype4py.sourceforge.net/[Skype4Py] from source: ---- |