6 1.2. SMACK enabled Targets
9 2. Building for Ubuntu desktop
10 2.1. Minimum Requirements
11 2.2. Building the Repository
12 2.3. Building and executing test cases
18 1.1. NON-SMACK Targets
19 ----------------------
21 gbs build -A [TARGET_ARCH]
23 1.2. SMACK enabled Targets
24 --------------------------
26 gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1"
31 gbs build -A [TARGET_ARCH] --define "%enable_debug 1"
33 2. Building for Ubuntu desktop
34 ==============================
36 2.1. Minimum Requirements
37 ------------------------
40 - Environment created using dali_env script in dali-core repository
42 2.2. Building the Repository
43 ----------------------------
45 To build the repository enter the 'build/tizen' folder:
47 cd dali-toolkit/build/tizen
49 Then run the following commands:
52 ./configure --prefix=$DESKTOP_PREFIX
55 2.3. Building and executing test cases
56 --------------------------------------
58 See the README.md in dali-toolkit/automated-tests.