Handle NULL pointer for UTC on target
[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. Building and executing test cases
9
10
11
12 1. GBS Builds
13 =============
14
15  gbs build -A [TARGET_ARCH]
16
17
18
19 2. Building for Ubuntu desktop
20 ==============================
21
22 2.1. Minimum Requirements
23 ------------------------
24
25  - Ubuntu 14.04
26  - Environment created using dali_env script in dali-core repository
27
28 2.2. Building the Repository
29 ----------------------------
30
31 To build the repository enter the 'build/tizen' folder:
32
33  cd dali-adaptor/build/tizen
34
35 Then run the following commands:
36
37  autoreconf --install
38  ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
39  make install -j8
40
41
42 2.3. Building and executing test cases
43 --------------------------------------
44
45 See the README.md in dali-adaptor/automated-tests.