How to build harfbuzz without dependencies

I want to create a library of the latest harfbuzz-ngin Windows 7. However, by default in the assembly I should go a long quest to obtain: ragel, pkg-config, gtkdocizeand other things. Even in the end, if I get all the system necessary for the assembly, I get errors (sorry, I can’t say what specific errors), the last time I tried to build this library 2 months ago). It may be easy to get and build all of this on a Linux system, but on Windows always something doesn't want to compile. Or the problem is that I cannot find the instructions that guide me on Windows, only Linux.

What I want to get is simple instructions on how to build only harfbuzz-ngwith a freetypedependency (and maybe add ICU) a compiler MinGWon Windows.

Thank you very much.

+4
source share
2 answers

I do not know what is the answer you are looking for. I am also trying to work with Harfbuzz and have done this with several attempts that were not designed for various reasons .

() , : HarfBuzz static lib. .lib UCDN , Freetype FT_Face ( , .lib freetype-sourcecode (freetype.org/download. HTML).

, MinGW- ( V++, IDE).

+1

MSYS2. , , Linux, Windows (TM). ( ). , . http://msys2.imtqy.com

+1

Source: https://habr.com/ru/post/1531764/


All Articles