]> git.wh0rd.org - fontconfig.git/blobdiff - INSTALL
make dist works now. Update to 2.1.90 in preparation for eventual 2.2
[fontconfig.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 2b61417e620818ad06f3cac39b592942c9e5459e..059a327826bb06c391aba446719d6b2040f2bd52 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,8 @@
-You can build fontconfig with either autoconf or imake.
+Fontconfig is built with the traditional configure script:
 
-For autoconf:
+       $ ./configure --sysconfdir=/etc --prefix=/usr
 
-       $ sh cvscompile.sh --sysconfdir=/etc --prefix=/usr
-
-For imake:
-       $ xmkmf -a
-
-These should both generate valid Makefiles, in either case:
+This should generate valid Makefiles, then:
 
        $ make
        $ make install