Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inanevin authored Oct 3, 2023
1 parent cda49ad commit e5246f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5246f7

Please sign in to comment.