Skip to content

Commit

Permalink
add harfbuzz libs readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Nov 10, 2024
1 parent 62e2692 commit 6d83ff8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HarfBuzz/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# HarfBuzz

Just placing the compiled libraries.

Now: [v10.1.0](https://github.com/harfbuzz/harfbuzz/releases/tag/10.1.0)

## Compile

```
meson -Dtests=disabled -Dintrospection=disabled -Ddocs=disabled -Dexperimental_api=true -Db_vscrt=static_from_buildtype -Dbuildtype=release build/win-x64
meson --default-library=static -Dtests=disabled -Dintrospection=disabled -Ddocs=disabled -Dexperimental_api=true -Db_vscrt=static_from_buildtype -Dbuildtype=release build/win-x64-static
meson compile -C build/win-x64
```

0 comments on commit 6d83ff8

Please sign in to comment.