From ea789e2bd16cccee939e1f1bb5db91efe8b33eda Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 2 Dec 2024 11:07:02 +0200 Subject: [PATCH] Update build instruction --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e72d7ad3..2018fc30 100644 --- a/README.md +++ b/README.md @@ -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 -----