* README: Add a note regarding libttf vs. libfreetype.
This commit is contained in:
parent
f83ded0174
commit
95fcaf8df7
|
@ -1,3 +1,7 @@
|
||||||
|
2002-05-06 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* README: Add a note regarding libttf vs. libfreetype.
|
||||||
|
|
||||||
2002-05-05 Werner Lemberg <wl@gnu.org>
|
2002-05-05 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
FreeType 2 can now be built in an external directory with the
|
FreeType 2 can now be built in an external directory with the
|
||||||
|
|
7
README
7
README
|
@ -1,11 +1,14 @@
|
||||||
|
|
||||||
Special note to Unix users
|
Special notes to Unix users
|
||||||
==========================
|
===========================
|
||||||
|
|
||||||
Please read the file "README.UNX", it contains important
|
Please read the file "README.UNX", it contains important
|
||||||
information regarding the installation of FreeType on Unix
|
information regarding the installation of FreeType on Unix
|
||||||
systems, especially GNU based operating systems like GNU/Linux.
|
systems, especially GNU based operating systems like GNU/Linux.
|
||||||
|
|
||||||
|
FreeType 2's library is called `libfreetype', FreeType 1's library
|
||||||
|
is called `libttf'. They are *not* compatible!
|
||||||
|
|
||||||
|
|
||||||
FreeType 2.1.0
|
FreeType 2.1.0
|
||||||
==============
|
==============
|
||||||
|
|
Loading…
Reference in New Issue