diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-15 04:14:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-15 04:14:26 +0100 |
commit | 15282dc421038974b28259f884e7cdb9f99bbea6 (patch) | |
tree | 95a86a2fe257327eec2734854f777738ab26d0d2 | |
parent | 3b495c08bd989f5ef3249a41b2caa37f9dabfa7d (diff) |
move the git stuff to HACKING
-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 |