Add note about autogen.sh to INSTALL
This commit is contained in:
parent
0dbbf9f20b
commit
d635132505
7
INSTALL
7
INSTALL
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue