]> git.wh0rd.org - fontconfig.git/blame_incremental - INSTALL
Force FC_FOUNDRY and FC_WIDTH to always be set so that matches looking for
[fontconfig.git] / INSTALL
... / ...
CommitLineData
1Fontconfig is built with the traditional configure script:
2
3 $ ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
4
5This should generate valid Makefiles, then:
6
7 $ make
8 $ make install
9