Skip to content

Commit

Permalink
Now that rlottie is in vcpkg, provide readme instructions for enablin…
Browse files Browse the repository at this point in the history
…g all the samples
  • Loading branch information
mikke89 committed Nov 2, 2024
1 parent 3751f24 commit 88dee46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ cmake --build Build
```
Make sure to replace the path to vcpkg. This example uses the `GLFW_GL3` backend, other backends are available as shown below. When this completes, feel free to test the freshly built samples, such as the `invaders` sample (`rmlui_sample_invaders` target), and enjoy! The executables should be located somewhere in the `Build` directory.

To make all the samples available, you can additionally install `lua lunasvg rlottie harfbuzz` and pass `--preset samples-all` during CMake configuration.

#### Conan

RmlUi is readily available from [ConanCenter](https://conan.io/center/recipes/rmlui).
Expand Down

0 comments on commit 88dee46

Please sign in to comment.