Stable Releases
Stable releases of the FreeType packages, including source code, documentation, demo programs, and support tools can be downloaded directly from
https://savannah.nongnu.org/download/freetype/
or from
https://sourceforge.net/projects/freetype/files/
Both sites have mirrors worldwide.
Windows DLLs of FreeType can also be downloaded directly from a github repository (version 2.7.1, built with VS Express 2012). Older DLLs compiled with MinGW are available from download page (version 2.3.5) of the GnuWin32 project, or from the GTK+ for Windows download page (version 2.4.10).
The latest Freetype 1 release, today mainly of historical interest only, can be downloaded here. Other projects related to FreeType are only available as CVS source code modules; see the developer page for more details.
Development Versions
Using Savannah's cgit interface you can download snapshots created on the fly for any commit entry.
Downloading and compiling a development snapshot is one of the first things to do when you encounter something that looks like a bug in FreeType. Note that we do not guarantee that all development snapshots work on a given day, though this should be the normal case.
For more details on compilation, please read the file
README.git
,
located in FreeType's top directory.
Support Tools and Binaries
GNU Make for Win32
GNU Make is required to use the FreeType build system from a command line prompt.
Note that the binary comes from the excellent MinGW distribution, which we highly recommend over Cygwin, if you don't need POSIX-compliance, in terms of ease of use and performance.
After installation you should check that it is correctly invoked by typing:
make -v
The first lines should read:
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Newer version work also, of course.
Project Files
The FreeType source code bundle contains project files for various versions of Microsoft Visual C++ and Visual Studio for x64, Windows 32, and Windows CE. However, these files have been contributed and might be out of date, thus use them with care.
For classic MacOS, support files for MPW and CodeWarrior are provided.
FreeType Jam for Win32 and GNU/Linux
Since release 2.0.2, FreeType and its demo programs can be compiled with an alternative build tool called ‘jam’. Jam is a small, portable, and open-source replacement for ‘make’ that is a lot easier to use, and which transparently supports multiple platforms and compilers.
Binaries are available from the download page on SourceForge.
This page gives more information regarding Jam and FreeType.