Merge "Fix a bug caching color fonts." into devel/master
[platform/core/uifw/dali-adaptor.git] / README
1 T.O.C.
2 ======
3
4  1.   GBS Builds
5  1.1. COMMON Profile
6  1.2. MOBILE Profile
7  1.3. WEARABLE Profile
8  2.   Building for Ubuntu desktop
9  2.1. Minimum Requirements
10  2.2. Building the Repository
11
12
13
14 1. GBS Builds
15 =============
16
17 1.1. COMMON Profile
18 -------------------
19
20  gbs build -A [TARGET_ARCH]
21
22 1.2. MOBILE Profile
23 -------------------
24
25  gbs build -A [TARGET_ARCH] --spec dali-adaptor-mobile.spec
26
27 1.3. WEARABLE Profile
28 ---------------------
29
30  gbs build -A [TARGET_ARCH] --spec dali-adaptor-wearable.spec
31
32
33
34 2. Building for Ubuntu desktop
35 ==============================
36
37 2.1. Minimum Requirements
38 ------------------------
39
40  - Ubuntu 14.04
41  - Environment created using dali_env script in dali-core repository
42
43 2.2. Building the Repository
44 ----------------------------
45
46 To build the repository enter the 'build/tizen' folder:
47
48  cd dali-adaptor/build/tizen
49
50 Then run the following commands:
51
52  autoreconf --install
53  ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
54  make install -j8
55