I've updated the amalgamated version of FreeType, these are the changes: - The amalgamated repo is at https://github.com/vinniefalco/FreeTypeAmalgam - The repo no longer includes the templates - The directory structure has been flattened to make it easier to view - A file called COMMITLOG contains the full commit log of the branch of FreeType that was used to produce the corresponding amalgamated sources - The amalgamated files include the copyright and licensing terms at the top - The repo contains the license files - FreeTypeAmalgam.h provides ftglyph.h now
The templates for building the FreeType amalgamation are in their own repository now, with these improvements: - The template repo is at https://github.com/vinniefalco/FreeTypeAmalgamTemplate - The script has been re-written to use the Bourne shell and placed in platform-independent location. - The Visual Studio 2010 project automatically creates the amalgamation as a pre-build step. - The amalgamation script automates production of COMMITLOG - Licensing terms (MIT license) were made clear The Amalgamate tool has also received some changes - The Amalgamate tool repo is at https://github.com/vinniefalco/Amalgamate - The directory structure has been flattened to make it easier to view and compile - The included JUCE module was shrunk down in size - The tool is cross platform (always was), it should be possible to just compile the two .cpp files and link them to create the binary. - Licensing terms were made clear Thanks _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
