[README.mingw] Adjust

Installing system HarfBuzz makes it override our own build.
This commit is contained in:
Behdad Esfahbod 2025-03-23 15:10:49 -06:00
parent 7612ec44dc
commit 7599d097c9

View file

@ -40,14 +40,17 @@ a few different ways to build and test HarfBuzz for Windows.
3. Install dependencies.
First, make sure you do not have the mingw32 harfbuzz package, as that will
override our own build:
- Fedora, 32bit: `dnf remove mingw32-harfbuzz`
- Fedora, 64bit: `dnf remove mingw64-harfbuzz`
Then install the actual dependencies:
- Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype`
- Fedora, 64bit: `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype`
Or you could simply pull them all in one go with:
- Fedora, 32bit: `dnf install mingw32-harfbuzz`
- Fedora, 64bit: `dnf install mingw64-harfbuzz`
If you cannot find these packages for your distribution, or you are on macOS,
you can skip to the next step, as meson will automatically download and build
the dependencies for you.