ref: 994a859831afd3481c8dd00e2648a136c727b10d
parent: a0e4a73fd4e1d6f8f74507df1781895779dba9c1
author: Werner Lemberg <[email protected]>
date: Thu Oct 24 04:50:34 EDT 2013
* README.git, docs/CHANGES, docs/INSTALL: Updated.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-24 Werner Lemberg <[email protected]>
+
+ * README.git, docs/CHANGES, docs/INSTALL: Updated.
+
2013-10-24 John Cary <[email protected]>
Provide cmake support.
--- a/README.git
+++ b/README.git
@@ -31,9 +31,13 @@
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,
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -28,6 +28,9 @@
- `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.
@@ -41,6 +44,12 @@
- `FT_Gzip_Uncompress' (modeled after zlib's `uncompress'
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 <[email protected]>.
+
+ - Support for x64 builds with Visual C++ has been contributed by
+ Kenneth Miller <[email protected]>
======================================================================
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -43,8 +43,13 @@
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
instructions given in the `INSTALL.ANY' document of this
directory.
@@ -70,7 +75,7 @@
----------------------------------------------------------------------
-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,