I want build latest harfbuzz-ng
library on Windows 7. But in build system by default I must go through long quest to gain: ragel
, pkg-config
, gtkdocize
and other stuff. Even in the end if I get all what need for build system I get errors (sorry cannot say which concrete errors), last time I tried to build this library 2 month ago). Maybe on Linux system it is easy to get and build all this stuff but on Windows always something doesn't want to be compiled. Or the problem is that I don't find instructions which guide me on Windows, only Linux.
What I want to get is simple instructions how build only harfbuzz-ng
with freetype
dependency (and maybe add ICU
) by MinGW
compiler on Windows.
Thanks you very much.