diff options
Diffstat (limited to 'skype')
| -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:  ---- | 
