From e5246f7a4ac1b8b0c3971be2d32864c6f4944a58 Mon Sep 17 00:00:00 2001 From: Inan Evin Date: Tue, 3 Oct 2023 13:55:59 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index abdc9d4..71a0b8f 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,12 @@ Use ```LINAVG_BUILD_EXAMPLES``` option to build the example project. cmake DLINAVG_BUILD_EXAMPLES=ON ``` +Use ```LINAVG_DISABLE_TEXT_SUPPORT``` option to skip text support and FreeType dependency. + +```shell +cmake DLINAVG_DISABLE_TEXT_SUPPORT=ON +``` + Note: LinaVG requires C++ 17 features. # Quick Demonstration