From ab215ccecf5c0c60f4a618d30a64094001aa8cf2 Mon Sep 17 00:00:00 2001 From: auroux Date: Wed, 22 Sep 2010 16:01:05 +0000 Subject: [PATCH] fix misdirection in the INSTALL file --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 7d1df65..670255c 100644 --- a/INSTALL +++ b/INSTALL @@ -35,13 +35,14 @@ Compilation and installation: Installation in /usr/local: -./configure +./autogen.sh make (as root) make install (as root) make desktop-install Installation in $HOME: +./autogen.sh ./configure --prefix=$HOME make make install -- 2.39.2