]> git.0d.be Git - jack_mixer.git/commitdiff
Make a note about running 'autogen.sh' when building from git
authorArnout <arnouten@bzzt.net>
Wed, 12 May 2010 08:30:58 +0000 (10:30 +0200)
committerArnout <arnouten@bzzt.net>
Wed, 12 May 2010 08:30:58 +0000 (10:30 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 61efdc51900997bcb81d949f1e37f3c89a002f02..3e3f1357569d3165e26be44162d6bdac78929bf7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,6 +4,9 @@ Installation
 This program uses autotools. So you do the usual
   ./configure && make && make install 
 
+If you're building directly from version control, you first need to:
+  ./autogen.sh
+
 Build requirements:
  * You need gcc (3.4.3 should work)
  * You need Python headers (python-dev package or something like that)