Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-05-26 10:59:01 +0400
committerYann Leboulanger <asterix@lagaule.org>2010-05-26 10:59:01 +0400
commitb86bff4d5f4e7ebf043c924676df3324007c7cf9 (patch)
tree1d20b80ec08f018d5e59e7637ef242b69f6b6bb6 /README.html
parent30a1bb50268eda3ca13a3cabeb9ea7e8e9cedfa7 (diff)
fix installation procedure to choose dest folder
Diffstat (limited to 'README.html')
-rw-r--r--README.html5
1 files 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 @@
<p>To specify where to install do:</p>
<pre>
- su -c make PREFIX=custom_path install
+ ./configure --prefix=custom_path
</pre>
<h2>Running Gajim</h2>
@@ -98,7 +98,8 @@ or if you didn't 'make install' you can also run from gajim folder with<em>./lau
If you want to remove it from custom directory provide it as:
</p>
<pre>
- make PREFIX=custom_path uninstall
+ ./configure --prefix=custom_path
+ make uninstall
</pre>
<h2>Miscellaneous</h2>