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
16 gbs build -A [TARGET_ARCH]
20 2. Building for Ubuntu desktop
21 ==============================
23 2.1. Minimum Requirements
24 ------------------------
27 - Environment created using dali_env script in dali-core repository
29 2.2. Building the Repository
30 ----------------------------
32 To build the repository enter the 'build/tizen' folder:
34 cd dali-adaptor/build/tizen
36 Then run the following commands:
39 ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
43 2.3. Build target options
44 -------------------------
48 When building, the OpenGL ES version of the target should be specified.
50 Valid version options are 20, 30, 31
56 Add to the gbs build line: --define "%target_gles_version X"
58 2.4. Building and executing test cases
59 --------------------------------------
61 See the README.md in dali-adaptor/automated-tests.