Add note about autogen.sh to INSTALL

This commit is contained in:
Behdad Esfahbod 2010-01-26 12:45:09 -05:00
parent 0dbbf9f20b
commit d635132505
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@ Fontconfig is built with the traditional configure script:
$ ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
This should generate valid Makefiles, then:
If you checked out from the git repository (as opposed to downloading a
tarball), you need to run autogen.sh instead of configure:
$ ./autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
Either way, that should generate valid Makefiles, then:
$ make
$ make install