Mirroring bidirectional text.
[platform/core/uifw/dali-toolkit.git] / README
1 T.O.C.
2 ======
3
4  1.   GBS Builds
5  1.1. NON-SMACK Targets
6  1.2. SMACK enabled Targets
7  2.   Building for Ubuntu desktop
8  2.1. Minimum Requirements
9  2.2. Building the Repository
10
11
12
13 1. GBS Builds
14 =============
15
16 1.1. NON-SMACK Targets
17 ----------------------
18
19  gbs build -A [TARGET_ARCH]
20
21 1.2. SMACK enabled Targets
22 --------------------------
23
24  gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1"
25
26 1.3. MOBILE Profile
27 -------------------
28
29  gbs build -A [TARGET_ARCH] --spec dali-toolkit-mobile.spec
30
31 2. Building for Ubuntu desktop
32 ==============================
33
34 2.1. Minimum Requirements
35 ------------------------
36
37  - Ubuntu 14.04
38  - Environment created using dali_env script in dali-core repository
39
40 2.2. Building the Repository
41 ----------------------------
42
43 To build the repository enter the 'build/tizen' folder:
44
45  cd dali-toolkit/build/tizen
46
47 Then run the following commands:
48
49  autoreconf --install
50  ./configure --prefix=$DESKTOP_PREFIX
51  make install -j8
52