- Ubuntu 14.04 or later
- Environment created using dali_env script in dali-core repository
To build the repository enter the 'build/tizen' folder:
$ cd dali-toolkit/build/tizen
Then run the following commands:
$ autoreconf --install
$ ./configure --prefix=$DESKTOP_PREFIX
$ make install -j8
See the README.md in dali-toolkit/automated-tests.
$ gbs build -A [TARGET_ARCH]
$ gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1"
$ gbs build -A [TARGET_ARCH] --define "%enable_debug 1"
