Lines Matching +full:mingw32 +full:- +full:make
2 as a widely used and tested shaper is used as more-or-less OpenType reference
9 2. And `mingw-w64` compiler.
10 With `brew` on macOS, you can have it like `brew install mingw-w64`
13 on your `~/.local/i686-w64-mingw32`.
15 4. Replace all the instances of `/home/behdad/.local/i586-mingw32msvc`
16 and `/home/behdad/.local/i686-w64-mingw32` with `<$HOME>/.local/i686-w64-mingw32`
23 6. `../mingw32.sh --with-uniscribe && cd ..`
25 7. `make -Cwinbuild`
27 Now you can use hb-shape using `wine winbuild/util/hb-shape.exe` but if you like to
31 …Windows installation (assuming you have a 64-bit installation, otherwise `C:\Windows\System32\usp1…
38 9. `WINEDLLOVERRIDES="usp10=n" wine winbuild/util/hb-shape.exe fontname.ttf -u 0061,0062,0063 --sha…
40 (`0061,0062,0063` means `abc`, use test/shaping/hb-unicode-decode to generate ones you need)