]> git.donarmstrong.com Git - xournal.git/commitdiff
fix misdirection in the INSTALL file
authorauroux <auroux>
Wed, 22 Sep 2010 16:01:05 +0000 (16:01 +0000)
committerauroux <auroux>
Wed, 22 Sep 2010 16:01:05 +0000 (16:01 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 7d1df65482d8d362bfcb55ca8bdce4f895005c4c..670255cf5c76795df5fea563f7657fd80d254bb0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -35,13 +35,14 @@ Compilation and installation:
 
 Installation in /usr/local:
 
 
 Installation in /usr/local:
 
-./configure
+./autogen.sh
 make
 (as root) make install
 (as root) make desktop-install
 
 Installation in $HOME:
 
 make
 (as root) make install
 (as root) make desktop-install
 
 Installation in $HOME:
 
+./autogen.sh
 ./configure --prefix=$HOME
 make
 make install
 ./configure --prefix=$HOME
 make
 make install