diff --git a/ChangeLog b/ChangeLog index 9f13d99d5..ac9f00a36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-24 Werner Lemberg + + * README.git, docs/CHANGES, docs/INSTALL: Updated. + 2013-10-24 John Cary Provide cmake support. diff --git a/README.git b/README.git index 47cb2423f..021c12141 100644 --- a/README.git +++ b/README.git @@ -31,9 +31,13 @@ configure script is necessary at all; saying 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. This file is part of the FreeType project, and may only be used, diff --git a/docs/CHANGES b/docs/CHANGES index 15e0ece0d..32d6b6541 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -28,6 +28,9 @@ CHANGES BETWEEN 2.5 and 2.5.1 - `ftgrid' has been updated to toggle various engines with the `H' 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. - 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 added WOFF support. + - Support for a build with `cmake' has been contributed by John + Cary . + + - Support for x64 builds with Visual C++ has been contributed by + Kenneth Miller + ====================================================================== diff --git a/docs/INSTALL b/docs/INSTALL index fc699a8d5..456b76d2b 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -43,7 +43,12 @@ I. Normal installation and upgrades directory, where 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 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. This file is part of the FreeType project, and may only be used,