mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[README.mingw] Reword
This commit is contained in:
parent
6c337ddc24
commit
10256a9fc7
1 changed files with 5 additions and 4 deletions
|
@ -30,6 +30,11 @@ a few different ways to build and test HarfBuzz for Windows.
|
||||||
- Ubuntu, 64bit: `apt install wine wine64`.
|
- Ubuntu, 64bit: `apt install wine wine64`.
|
||||||
- Mac: `brew install wine-stable`.
|
- Mac: `brew install wine-stable`.
|
||||||
|
|
||||||
|
Note that to run Wine on Apple silicon systems, you need the Apple Rosetta translator.
|
||||||
|
Follow the instructions you got from brew. This should do it:
|
||||||
|
|
||||||
|
- `softwareupdate --install-rosetta --agree-to-license`
|
||||||
|
|
||||||
2. Install the `mingw-w64` cross-compiler.
|
2. Install the `mingw-w64` cross-compiler.
|
||||||
|
|
||||||
- Fedora, 32bit: `dnf install mingw32-gcc-c++`
|
- Fedora, 32bit: `dnf install mingw32-gcc-c++`
|
||||||
|
@ -102,10 +107,6 @@ Or using `meson devenv to do the same:
|
||||||
|
|
||||||
- `meson devenv -C build-win util/hb-shape.exe $PWD/perf/fonts/Roboto-Regular.ttf Test`
|
- `meson devenv -C build-win util/hb-shape.exe $PWD/perf/fonts/Roboto-Regular.ttf Test`
|
||||||
|
|
||||||
Note that to run Wine on Apple silicon systems, you need the Apple Rosetta translator.
|
|
||||||
Follow the instructions you got from brew or find online instructions on how to install
|
|
||||||
it.
|
|
||||||
|
|
||||||
You probably will get lots of Wine warnings, but if all works fine, you
|
You probably will get lots of Wine warnings, but if all works fine, you
|
||||||
should see:
|
should see:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue