diff options
-rw-r--r-- | skype/HACKING | 10 | ||||
-rw-r--r-- | skype/README | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/skype/HACKING b/skype/HACKING index dbaa74cc..b4442182 100644 --- a/skype/HACKING +++ b/skype/HACKING @@ -1,3 +1,5 @@ +== Tabs + I use the following tabs during the development: 1) bitlbee-skype: @@ -16,3 +18,11 @@ python skyped.py -n -d -c ./skyped.conf 4) skype 5) irssi + +== Get the code from git + +To get the code directly from git, you need: + +git clone git://vmiklos.hu/bitlbee-skype +cd bitlbee-skype +make prepare diff --git a/skype/README b/skype/README index c9c2a70a..035f7ca4 100644 --- a/skype/README +++ b/skype/README @@ -79,17 +79,12 @@ $ tar xf bitlbee-skype-@VERSION@.tar.gz $ cd bitlbee-skype-@VERSION@ ---- -NOTE: Alternatively, if you want to test the latest code, you can use `git -clone git://vmiklos.hu/bitlbee-skype` to get the code directly from git. - 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: ---- -$ cd bitlbee-skype -$ make prepare $ ./configure $ make # make install |