docs(rlottie): fix typo in commands

This commit is contained in:
Alexander Salas Bastidas
2021-10-24 01:47:24 +02:00
committed by GitHub
parent 93c1303ee7
commit ed9169c56d

View File

@@ -17,11 +17,11 @@ To build on desktop you can follow the instrutions from Rlottie's [README](https
mkdir rlottie_workdir mkdir rlottie_workdir
cd rlottie_workdir cd rlottie_workdir
git clone https://github.com/Samsung/rlottie.git git clone https://github.com/Samsung/rlottie.git
mkdir build > mkdir build
cd build cd build
cmake ../rlottie cmake ../rlottie
make -j make -j
make install sudo make install
``` ```
And finally add the `-lrlottie` flag to your linker. 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 ```eval_rst
.. doxygenfile:: lv_rlottie.h .. doxygenfile:: lv_rlottie.h
:project: lvgl :project: lvgl