Add tpkp-curl dependency only in case of Tizen 3.0
[platform/core/uifw/dali-adaptor.git] / README
1 T.O.C.
2 ======
3
4  1.   GBS Builds
5  2.   Building for Ubuntu desktop
6  2.1. Minimum Requirements
7  2.2. Building the Repository
8  2.3. Build target options
9  2.4. Building and executing test cases
10
11
12
13 1. GBS Builds
14 =============
15
16  gbs build -A [TARGET_ARCH]
17
18
19
20 2. Building for Ubuntu desktop
21 ==============================
22
23 2.1. Minimum Requirements
24 ------------------------
25
26  - Ubuntu 14.04
27  - Environment created using dali_env script in dali-core repository
28
29 2.2. Building the Repository
30 ----------------------------
31
32 To build the repository enter the 'build/tizen' folder:
33
34  cd dali-adaptor/build/tizen
35
36 Then run the following commands:
37
38  autoreconf --install
39  ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
40  make install -j8
41
42
43 2.3. Build target options
44 -------------------------
45
46 OpenGL ES context:
47
48 When building, the OpenGL ES version of the target should be specified.
49
50 Valid version options are 20, 30, 31
51
52 With configure:
53 Add: --enable-gles=X
54
55 With gbs:
56 Add to the gbs build line: --define "%target_gles_version X"
57
58 2.4. Building and executing test cases
59 --------------------------------------
60
61 See the README.md in dali-adaptor/automated-tests.