Changeset 3b495c0
- Timestamp:
- 2008-01-15T03:10:35Z (17 years ago)
- Branches:
- master
- Children:
- 15282dc
- Parents:
- 57f0440
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r57f0440 r3b495c0 49 49 ln -s README HEADER.txt 50 50 asciidoc -a toc -a numbered -a sectids HEADER.txt 51 sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html 51 52 rm HEADER.txt 52 53 -
skype/README
r57f0440 r3b495c0 75 75 76 76 ---- 77 $ git clone git://vmiklos.hu/bitlbee-skype 78 ---- 79 80 (Or you can use the tarballs below, see the Changelog about what 81 features/bugfixes will you miss in this case). 82 83 NOTE: It doesn't matter where do you get it, it'll install the plugin to 84 `/usr/local` by default (that's the location where BitlBee searches for plugins 85 by default). 77 $ wget http://vmiklos.hu/project/bitlbee-skype/bitlbee-skype-@VERSION@.tar.gz 78 $ tar xf bitlbee-skype-@VERSION@.tar.gz 79 $ cd bitlbee-skype-@VERSION@ 80 ---- 81 82 NOTE: Alternatively, if you want to test the latest code, you can use `git 83 clone git://vmiklos.hu/bitlbee-skype` to get the code directly from git. 84 85 It doesn't matter where do you get it, it'll install the plugin to `/usr/local` 86 by default (that's the location where BitlBee searches for plugins by default). 86 87 87 88 - Compile and install it:
Note: See TracChangeset
for help on using the changeset viewer.