summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-03-02 07:28:24 +0000
committerKeith Packard <keithp@keithp.com>2003-03-02 07:28:24 +0000
commit8fc10a72ad856216b87daa91a1d52fde70af35dc (patch)
treeb51cc0ddbac86ddfd548feccce83584301640eee /INSTALL
parent4b06670ac92b8b9d2f1ba7036fdfaed5e55ff533 (diff)
downloadfontconfig-8fc10a72ad856216b87daa91a1d52fde70af35dc.tar.gz
make dist works now. Update to 2.1.90 in preparation for eventual 2.2
release
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 3 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 2b61417..059a327 100644
--- 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