summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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
+