* 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 <svdwal@xs4all.nl>.
This commit is contained in:
parent
97b9fe91f5
commit
0778f2bf18
|
@ -1,12 +1,16 @@
|
|||
2001-03-07 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* INSTALL, docs/BUILD: We need GNU make 3.78 or newer.
|
||||
|
||||
2001-03-07 Tom Kacvinsky <tjk@ams.org>
|
||||
|
||||
* 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 <svdwal@xs4all.nl>
|
||||
Submitted by Sander van der Wal <svdwal@xs4all.nl>.
|
||||
|
||||
2001-03-05 Tom Kacvinsky <tjk@ams.org>
|
||||
|
||||
|
|
6
INSTALL
6
INSTALL
|
@ -5,9 +5,9 @@ directory. This is only a quick starter.
|
|||
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
|
||||
|
|
|
@ -13,8 +13,8 @@ instructions on how to compile the library on your favorite platform.
|
|||
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
|
||||
|
@ -66,6 +66,8 @@ II. COMMAND-LINE COMPILATION
|
|||
|
||||
to display its version number.
|
||||
|
||||
Version 3.78 or newer is needed.
|
||||
|
||||
b. Invoke `make'
|
||||
|
||||
Go to the root directory of FreeType 2, then simply invoke GNU
|
||||
|
|
Loading…
Reference in New Issue