mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-02 00:51:10 +00:00
Update README.md
Updated cmake build instruction
This commit is contained in:
@@ -51,11 +51,11 @@ mkdir build
|
||||
Run cmake command inside build directory to configure rlottie.
|
||||
```
|
||||
cd build
|
||||
cmake -DLIB_INSTALL_DIR=/usr/lib ..
|
||||
cmake ..
|
||||
|
||||
# install to a different prefix. eg ~/test/lib
|
||||
# install in a different path. eg ~/test/usr/lib
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=~/test -DLIB_INSTALL_DIR=lib ..
|
||||
cmake -DCMAKE_INSTALL_PREFIX=~/test ..
|
||||
|
||||
```
|
||||
Run make to build rlottie
|
||||
|
||||
Reference in New Issue
Block a user