]> git.wh0rd.org - fontconfig.git/blame - INSTALL
Add .cvsignore
[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