From: auroux Date: Wed, 22 Sep 2010 16:01:05 +0000 (+0000) Subject: fix misdirection in the INSTALL file X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=commitdiff_plain;h=ab215ccecf5c0c60f4a618d30a64094001aa8cf2 fix misdirection in the INSTALL file --- 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