From b86bff4d5f4e7ebf043c924676df3324007c7cf9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 26 May 2010 08:59:01 +0200 Subject: fix installation procedure to choose dest folder --- README.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index f9454b46a..c7395c94b 100644 --- a/README.html +++ b/README.html @@ -63,7 +63,7 @@

To specify where to install do:

-    su -c make PREFIX=custom_path install
+    ./configure --prefix=custom_path
 

Running Gajim

@@ -98,7 +98,8 @@ or if you didn't 'make install' you can also run from gajim folder with./lau If you want to remove it from custom directory provide it as:

-    make PREFIX=custom_path uninstall
+    ./configure --prefix=custom_path
+    make uninstall
 

Miscellaneous

-- cgit v1.2.3