BUILD.md


Log

Author Commit Date CI Message
Bruce Mitchener 257d0e5a 2018-10-19T22:49:21 Fix typos.
Bruce Mitchener 4f6754ac 2018-01-03T00:15:18 Improve Markdown usage in BUILD.md.
ebraminio 7c6937e7 2017-11-20T14:49:22 Move all references of old url to the new address (#622)
ebraminio 6bac4ac2 2017-10-12T15:15:49 Minor BUILD.md fix (#565)
ebraminio dfeccd07 2017-10-12T12:11:47 Remove nmake port of harfbuzz (#562)
Behdad Esfahbod e21921a6 2016-05-06T15:24:39 Minor
Chun-wei Fan d7b6636e 2015-11-03T19:00:42 build: Support Visual Studio builds using NMake This adds a set of NMake Makefiles that can be used to build HarfBuzz, from the standard basic build building the minimal HarfBuzz DLL (consisting of OpenType, fallback and Uniscribe support only), to a full fledged build consisting of GLib and FreeType support, as well as building the utilities, the test programs in src/ and test/api, and HarfBuzz-ICU and HarfBuzz-GObject, and up to building the introspection files. This means a flexible build mechanism is supported here, so anything that is supported for a Windows build (code-wise), should all be supported by this build system. As in an earlier commit, the source listings are shared with the autotools builds with the various Makefile.sources in src/, src/hb-ucdn and util/, and this set of NMake Makefiles will transform these lists into the form they want. In the current form, all the test programs in test/api pass, and this has been checked successfully with 'make -j8 distcheck'.
Behdad Esfahbod 5afebbdc 2016-01-07T22:53:59 Add Homebrew build instructions
Ebrahim Byagowi 2fb95a0c 2015-10-19T22:02:12 Add BUILD.md based on harfbuzz.org docs