Removed AffectedByLighting APIs from MeshActor
[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  Alternatively for latest devices:
28
29  gbs build -A [TARGET_ARCH] --spec dali-adaptor-mobile.spec --define "TIZEN_SDK_2_3 1"
30
31 1.3. WEARABLE Profile
32 ---------------------
33
34  gbs build -A [TARGET_ARCH] --spec dali-adaptor-wearable.spec
35
36
37
38 2. Building for Ubuntu desktop
39 ==============================
40
41 2.1. Minimum Requirements
42 ------------------------
43
44  - Ubuntu 14.04
45  - Environment created using dali_env script in dali-core repository
46
47 2.2. Building the Repository
48 ----------------------------
49
50 To build the repository enter the 'build/tizen' folder:
51
52  cd dali-adaptor/build/tizen
53
54 Then run the following commands:
55
56  autoreconf --install
57  ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
58  make install -j8
59