lottie/test: refactor unit test suite for lottie library
[platform/core/uifw/lottie-player.git] / README.txt
1 BUILD INSTRUCTION
2 =================
3 1. install meson build system. ( follow instruction in this link http://mesonbuild.com/Getting-meson.html )
4 2. install ninja build tool    (https://ninja-build.org/)
5 4. invoke meson build/  or meson -Dexample=true build/
6 5. invoke ninja inside the build folder.
7
8 NOTE: run meson configure to see all the build options
9
10 BUILD EXAMPLE
11 ===============
12 1. meson configure -Dexample=true
13 2. ninja
14 3. to run example invoke ./build/example/demo