]> git.wh0rd.org - fontconfig.git/blobdiff - INSTALL
Add pkgconfig control file and fontconfig-config script
[fontconfig.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6798b365b6dd7e5d87b8a3e5f1668b27ed21f0c0..2b61417e620818ad06f3cac39b592942c9e5459e 100644 (file)
--- 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
+