aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):