DALi Version 1.2.59
[platform/core/uifw/dali-toolkit.git] / README.md
1 <img src="https://dalihub.github.io/images/DaliLogo320x200.png">
2
3 # Table of Contents
4
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)
14
15 # Build Instructions
16
17 ## 1. Building for Ubuntu desktop
18
19 ### Minimum Requirements
20
21  - Ubuntu 14.04 or later
22  - Environment created using dali_env script in dali-core repository
23
24 ### Building the Repository
25
26 To build the repository enter the 'build/tizen' folder:
27
28          $ cd dali-toolkit/build/tizen
29
30 Then run the following commands:
31
32          $ autoreconf --install
33          $ ./configure --prefix=$DESKTOP_PREFIX
34          $ make install -j8
35
36 ### Building and executing test cases
37
38 See the README.md in dali-toolkit/automated-tests.
39
40 ## 2. GBS Builds
41
42 ### NON-SMACK Targets
43
44          $ gbs build -A [TARGET_ARCH]
45
46 ### SMACK enabled Targets
47
48          $ gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1"
49
50 ### DEBUG Builds
51
52          $ gbs build -A [TARGET_ARCH] --define "%enable_debug 1"