]> git.wh0rd.org - fontconfig.git/blob - INSTALL
Change comments a bit in fonts.conf.in
[fontconfig.git] / INSTALL
1 You can build fontconfig with either autoconf or imake.
2
3 For autoconf:
4
5 $ sh cvscompile.sh --sysconfdir=/etc --prefix=/usr
6
7 For imake:
8 $ xmkmf -a
9
10 These should both generate valid Makefiles, in either case:
11
12 $ make
13 $ make install
14