aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVMiklos <vmiklos@frugalware.org>2007-08-21 20:51:55 +0200
committerVMiklos <vmiklos@frugalware.org>2007-08-21 20:51:55 +0200
commit8e3058bc70420a21393769de5e98b552bbf16acc (patch)
tree197abbf45f1c1a34e753e23c9156c0175c2e8656
parentbbf1050bd9dc9b92372750aba8dd28d464d247f9 (diff)
update documentation for buildsystem changes
-rw-r--r--skype/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/skype/README b/skype/README
index 04989cd6..6c3bb605 100644
--- a/skype/README
+++ b/skype/README
@@ -44,7 +44,7 @@ http://bugs.bitlbee.org/bitlbee/[bugtracker] already.)
- Now compile and install it:
----
-./configure --prefix=/usr
+./configure
make
make install install-dev
----
@@ -58,8 +58,10 @@ git clone http://ftp.frugalware.org/pub/other/people/vmiklos/bitlbee-skype
- Compile and install it:
----
+make prepare
+./configure
make
-cp skype.so /usr/lib/bitlbee
+make install
----
- Start skyped (the tcp server):