fix installation procedure to choose dest folder

This commit is contained in:
Yann Leboulanger 2010-05-26 08:59:01 +02:00
parent 30a1bb5026
commit b86bff4d5f
1 changed files with 3 additions and 2 deletions

View File

@ -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>