Apply certificate pinning
[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
9
10
11 1. GBS Builds
12 =============
13
14  gbs build -A [TARGET_ARCH]
15
16
17
18 2. Building for Ubuntu desktop
19 ==============================
20
21 2.1. Minimum Requirements
22 ------------------------
23
24  - Ubuntu 14.04
25  - Environment created using dali_env script in dali-core repository
26
27 2.2. Building the Repository
28 ----------------------------
29
30 To build the repository enter the 'build/tizen' folder:
31
32  cd dali-adaptor/build/tizen
33
34 Then run the following commands:
35
36  autoreconf --install
37  ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
38  make install -j8
39