summaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-09 14:12:21 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-09 14:12:21 +0000
commit40635cc09280338b378bed710b3650901f3d54dc (patch)
tree60d818a422911b65aaa34b75cb630859580a7ef1 /INSTALL.Linux
parentcb3ce84e3c6c9ada5a141d967c7a9bbafdc1b061 (diff)
Refreshed INSTALL files
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 21148d6..6ab2543 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -5,6 +5,6 @@ On most systems (including GNU/Linux), installing can be easily acheived using t
./configure && make && make install
-or- (if not compiling as root)
-./configure && make && su -c 'make install'
+./configure --prefix=$HOME && make && make install
See also the INSTALL generic help file.