Skip to content

Commit

Permalink
Update README.md (#44)
Browse files Browse the repository at this point in the history
Please enable the thread feature when it's necessary.
the optiona must be applied with this change:
thorvg/thorvg#1911
  • Loading branch information
hermet authored Jan 15, 2024
1 parent 46e0bf5 commit 719fed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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.
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.

0 comments on commit 719fed1

Please sign in to comment.