1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Merge pull request #2723 from ajsb85/master

Fix typo in commands to build rlottie
This commit is contained in:
Xiang Xiao 2021-10-24 04:45:21 -05:00 committed by GitHub
commit dedf822930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,11 @@ To build on desktop you can follow the instrutions from Rlottie's [README](https
mkdir rlottie_workdir
cd rlottie_workdir
git clone https://github.com/Samsung/rlottie.git
mkdir build >
mkdir build
cd build
cmake ../rlottie
make -j
make install
sudo make install
```
And finally add the `-lrlottie` flag to your linker.
@ -83,4 +83,4 @@ You can also create your own animations with Adobe After Effects or similar soft
```eval_rst
.. doxygenfile:: lv_rlottie.h
:project: lvgl
:project: lvgl