ref: 7124a8e59c763bda7c62efa947d30c497bad45f5
parent: a20e15bc0dd62127905458f8fc5bdd0eadc07323
author: Werner Lemberg <[email protected]>
date: Wed Mar 7 16:20:48 EST 2001
* INSTALL, docs/BUILD: We need GNU make 3.78 or newer. * src/type1/t1objs.c (T1_Init_Face): Minor correction: We must wait Submitted by Sander van der Wal <[email protected]>.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
+2001-03-07 Werner Lemberg <[email protected]>
+
+ * INSTALL, docs/BUILD: We need GNU make 3.78 or newer.
+
2001-03-07 Tom Kacvinsky <[email protected]>
- * src/type1/t1objs.c (T1_Init_Face): Minor correction: we must wait
+ * src/type1/t1objs.c (T1_Init_Face): Minor correction: We must wait
until parse_font_bbox is changed before we use logical shift rights
in the assignments of `root->ascender', `root->descender', and
`root->max_advance_width'.
(T1_Done_Face): Free `char_name' table to avoid a memory leak.
- Submitted by Sander van der Wal <[email protected]>
+ Submitted by Sander van der Wal <[email protected]>.
2001-03-05 Tom Kacvinsky <[email protected]>
--- a/INSTALL
+++ b/INSTALL
@@ -5,9 +5,9 @@
I. From the command line
------------------------
- You need to have GNU Make installed on your system to compile the
- library from the command line. This will _not_ work with other make
- tools (including BSD make)!
+ You need to have GNU Make (version 3.78 or newer) installed on your
+ system to compile the library from the command line. This will
+ _not_ work with other make tools (including BSD make)!
[Well, this is not really correct. Recently, a perl implementation
of make called `makepp' has appeared which can also build FreeType 2
--- a/docs/BUILD
+++ b/docs/BUILD
@@ -13,8 +13,8 @@
I. QUICK COMMAND-LINE GUIDE
---------------------------
- Install GNU Make, then try the following on Unix or any system with
- gcc:
+ Install GNU Make (version 3.78 or newer), then try the following on
+ Unix or any system with gcc:
make // this will setup the build
make // this will build the library
@@ -65,6 +65,8 @@
make -v
to display its version number.
+
+ Version 3.78 or newer is needed.
b. Invoke `make'