* README.git, docs/CHANGES, docs/INSTALL: Updated.

This commit is contained in:
Werner Lemberg 2013-10-24 08:50:34 +02:00
parent a0e4a73fd4
commit 994a859831
4 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2013-10-24 Werner Lemberg <wl@gnu.org>
* README.git, docs/CHANGES, docs/INSTALL: Updated.
2013-10-24 John Cary <cary@txcorp.com> 2013-10-24 John Cary <cary@txcorp.com>
Provide cmake support. Provide cmake support.

View File

@ -31,9 +31,13 @@ configure script is necessary at all; saying
should work on all platforms which have GNU make (or makepp). should work on all platforms which have GNU make (or makepp).
Similarly, a build with `cmake' can be done directly from the git
repository.
---------------------------------------------------------------------- ----------------------------------------------------------------------
Copyright 2005, 2006, 2007, 2008, 2009, 2010 by Copyright 2005-2010, 2013 by
David Turner, Robert Wilhelm, and Werner Lemberg. David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used, This file is part of the FreeType project, and may only be used,

View File

@ -28,6 +28,9 @@ CHANGES BETWEEN 2.5 and 2.5.1
- `ftgrid' has been updated to toggle various engines with the `H' - `ftgrid' has been updated to toggle various engines with the `H'
key, similar to `ftview' and `ftdiff'. key, similar to `ftview' and `ftdiff'.
- `ttdebug' now displays twilight data; key `t' shows the twilight
point table.
- Better support of ARMv7 and x86_64 processors. - Better support of ARMv7 and x86_64 processors.
- Apple's `sbix' color bitmap format is now supported. - Apple's `sbix' color bitmap format is now supported.
@ -42,6 +45,12 @@ CHANGES BETWEEN 2.5 and 2.5.1
function) has been added; this is a by-product of the newly function) has been added; this is a by-product of the newly
added WOFF support. added WOFF support.
- Support for a build with `cmake' has been contributed by John
Cary <cary@txcorp.com>.
- Support for x64 builds with Visual C++ has been contributed by
Kenneth Miller <kennethadammiller@yahoo.com>
====================================================================== ======================================================================

View File

@ -43,7 +43,12 @@ I. Normal installation and upgrades
directory, where <system> stands for your OS or environment. directory, where <system> stands for your OS or environment.
5. From you own IDE, or own Makefiles 5. Using cmake
See the top-level `CMakeLists.txt' file for more information.
6. From you own IDE, or own Makefiles
If you want to create your own project file, follow the If you want to create your own project file, follow the
instructions given in the `INSTALL.ANY' document of this instructions given in the `INSTALL.ANY' document of this
@ -70,7 +75,7 @@ II. Custom builds of the library
---------------------------------------------------------------------- ----------------------------------------------------------------------
Copyright 2000-2008, 2010-2011 Copyright 2000-2008, 2010-2011, 2013
by David Turner, Robert Wilhelm, and Werner Lemberg. by David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used, This file is part of the FreeType project, and may only be used,