Skip to content

Commit

Permalink
Update build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 2, 2024
1 parent 44f7a74 commit ea789e2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ shared library intentionally.

Build OTS:

$ meson build
$ ninja -C build
$ meson setup build
$ meson compile -C build

Run `ots-sanitize`, for example:

$ ./build/ots-sanitize path/to/font/file

Run the tests (if you wish):

$ ninja -C build test
$ meson test -C build

Usage
-----
Expand Down

0 comments on commit ea789e2

Please sign in to comment.