]> git.wh0rd.org - fontconfig.git/blame - INSTALL
Bug #4 The last entry for the terminator should not be 0xfffa, but 0xfffb.
[fontconfig.git] / INSTALL
CommitLineData
2eafe090
KP
1You can build fontconfig with either autoconf or imake.
2
3For autoconf:
4
5 $ sh cvscompile.sh --sysconfdir=/etc --prefix=/usr
6
7For imake:
8 $ xmkmf -a
9
10These should both generate valid Makefiles, in either case:
11
12 $ make
13 $ make install
14