diff options
author | Keith Packard <keithp@keithp.com> | 2002-05-23 17:06:46 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-05-23 17:06:46 +0000 |
commit | 2eafe0904dfcd08e87d125ff6893cb4d4f5a4a95 (patch) | |
tree | 98f8f33dc19e74a06cf11c1b3f1519e9e2215e5a /INSTALL | |
parent | 1c20b1cc0b7a27f29634f80a9d48cbed8aabc7a9 (diff) |
Add pkgconfig control file and fontconfig-config script
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,3 +1,14 @@ -The configuration files (fonts.conf, fonts.dtd) go in a new directory -/etc/fonts, the install step doesn't current create this directory or copy -the config files. +You can build fontconfig with either autoconf or imake. + +For autoconf: + + $ sh cvscompile.sh --sysconfdir=/etc --prefix=/usr + +For imake: + $ xmkmf -a + +These should both generate valid Makefiles, in either case: + + $ make + $ make install + |