diff options
author | Keith Packard <keithp@keithp.com> | 2003-03-02 07:28:24 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-03-02 07:28:24 +0000 |
commit | 8fc10a72ad856216b87daa91a1d52fde70af35dc (patch) | |
tree | b51cc0ddbac86ddfd548feccce83584301640eee /INSTALL | |
parent | 4b06670ac92b8b9d2f1ba7036fdfaed5e55ff533 (diff) |
make dist works now. Update to 2.1.90 in preparation for eventual 2.2
release
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 |