summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-05-23 17:06:46 +0000
committerKeith Packard <keithp@keithp.com>2002-05-23 17:06:46 +0000
commit2eafe0904dfcd08e87d125ff6893cb4d4f5a4a95 (patch)
tree98f8f33dc19e74a06cf11c1b3f1519e9e2215e5a /INSTALL
parent1c20b1cc0b7a27f29634f80a9d48cbed8aabc7a9 (diff)
Add pkgconfig control file and fontconfig-config script
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 14 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 6798b36..2b61417 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
+