1 <img src="https://dalihub.github.io/images/DaliLogo320x200.png">
5 * [Build Instructions](#build-instructions)
6 * [1. Building for Ubuntu desktop](#1-building-for-ubuntu-desktop)
7 * [Minimum Requirements](#minimum-requirements)
8 * [Building the Repository](#building-the-repository)
9 * [Building and executing test cases](#building-and-executing-test-cases)
10 * [2. GBS Builds](#2-gbs-builds)
11 * [NON-SMACK Targets](#non-smack-targets)
12 * [SMACK enabled Targets](#smack-enabled-targets)
13 * [DEBUG Builds](#debug-builds)
17 ## 1. Building for Ubuntu desktop
19 ### Minimum Requirements
21 - Ubuntu 14.04 or later
22 - Environment created using dali_env script in dali-core repository
24 ### Building the Repository
26 To build the repository enter the 'build/tizen' folder:
28 $ cd dali-toolkit/build/tizen
30 Then run the following commands:
32 $ autoreconf --install
33 $ ./configure --prefix=$DESKTOP_PREFIX
36 ### Building and executing test cases
38 See the README.md in dali-toolkit/automated-tests.
44 $ gbs build -A [TARGET_ARCH]
46 ### SMACK enabled Targets
48 $ gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1"
52 $ gbs build -A [TARGET_ARCH] --define "%enable_debug 1"