From 719fed159555b5646b662ba14c35740f488899b2 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 15 Jan 2024 19:41:13 +0900 Subject: [PATCH] Update README.md (#44) Please enable the thread feature when it's necessary. the optiona must be applied with this change: https://github.com/thorvg/thorvg/pull/1911 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ec6afce..e11bbd36 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ git clone git@github.com:thorvg/thorvg.git ### 2. Build and install ```bash -meson . builddir -Dbindings=capi -Dloaders="lottie, png, jpg" +meson . builddir -Dbindings=capi -Dloaders="lottie, png, jpg" -Dthreads=false ninja -C builddir install ``` @@ -45,4 +45,4 @@ It will then build the project, you should have access to the C Api methods. # Important remarks -The Thorvg C api is different than the C++ api. The header files are also outdated and doesn't every feature of the library mapped out, this include Lottie support. \ No newline at end of file +The Thorvg C api is different than the C++ api. The header files are also outdated and doesn't every feature of the library mapped out, this include Lottie support.