See [Frequently Asked Questions].
The aim of this project is to make working builds of recent versions of FontForge based off its git repository. For the full build instructions, see [Using the build script]
This project compiles FontForge with mingw-w64, using the MSYS2 system. The build system was originally based on that by Matthew Petroff, but has since been completely rewritten.
These packages are whatever is the latest version offered by MSYS2.
The following are compiled from source.
These were for collab, but collab doesn't work with latest zmq.
Note there is now a fully-fledged Pacman repository that contains precompiled versions of the X11 libraries. You don't have to compile these from source anymore. The repository is located here. The build script automatically adds this repository as needed. For more information, see [Precompiled mingw-w64 X11 libraries].
Seems to work okay.
windows.h
header, and also disable the building of the test
and perf
modules. cairo must be compiled with xlib-xcb support, as vanilla xlib uses ipc, which we don't have. Must also not be compiled with xcb-shm for the same reason.
Wiki: Frequently Asked Questions
Wiki: Using the build script