|
172cc820
|
2022-08-16T13:21:02
|
|
[BUILD] Minor reword (and reformat)
Fixes https://github.com/harfbuzz/harfbuzz/issues/3784
|
|
dc09053f
|
2022-05-13T17:54:11
|
|
fix build requirements for fedora/centos in buiding document
|
|
e6aa4b7d
|
2022-02-17T15:28:42
|
|
BUILD.md: Mention that installing CMake is recommended for MSVC
We are using CMake to help us find dependencies in Meson builds on Visual
Studio, so let people know that it's recommended.
|
|
b0a4860d
|
2020-08-02T11:15:15
|
|
[docs] Remove packagers related part
Covered by https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
|
|
13d78b50
|
2020-07-06T22:22:42
|
|
[doc] minor
|
|
e5dd7d3e
|
2020-07-06T21:40:19
|
|
[doc] more on build
|
|
28554cb8
|
2020-07-06T17:04:54
|
|
[doc] add a note for packagers
|
|
0fc52d3b
|
2020-07-06T16:47:50
|
|
[doc] Simplify and extend build instructions
|
|
f1dd605c
|
2020-03-13T14:40:07
|
|
[docs] Update to mention meson
|
|
257d0e5a
|
2018-10-19T22:49:21
|
|
Fix typos.
|
|
4f6754ac
|
2018-01-03T00:15:18
|
|
Improve Markdown usage in BUILD.md.
|
|
7c6937e7
|
2017-11-20T14:49:22
|
|
Move all references of old url to the new address (#622)
|
|
6bac4ac2
|
2017-10-12T15:15:49
|
|
Minor BUILD.md fix (#565)
|
|
dfeccd07
|
2017-10-12T12:11:47
|
|
Remove nmake port of harfbuzz (#562)
|
|
e21921a6
|
2016-05-06T15:24:39
|
|
Minor
|
|
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'.
|
|
5afebbdc
|
2016-01-07T22:53:59
|
|
Add Homebrew build instructions
|
|
2fb95a0c
|
2015-10-19T22:02:12
|
|
Add BUILD.md based on harfbuzz.org docs
|