Seperate dali-adaptor & dali-adaptor-uv packages
[platform/core/uifw/dali-adaptor.git] / README
diff --git a/README b/README
index ceb23a6..248c63a 100644 (file)
--- a/README
+++ b/README
@@ -2,33 +2,19 @@ T.O.C.
 ======
 
  1.   GBS Builds
- 1.1. COMMON Profile
- 1.2. MOBILE Profile
- 1.3. WEARABLE Profile
  2.   Building for Ubuntu desktop
  2.1. Minimum Requirements
  2.2. Building the Repository
+ 2.3. Build target options
+ 2.4. Building and executing test cases
 
 
 
 1. GBS Builds
 =============
 
-1.1. COMMON Profile
--------------------
-
  gbs build -A [TARGET_ARCH]
 
-1.2. MOBILE Profile
--------------------
-
- gbs build -A [TARGET_ARCH] --spec dali-adaptor-mobile.spec
-
-1.3. WEARABLE Profile
----------------------
-
- gbs build -A [TARGET_ARCH] --spec dali-adaptor-wearable.spec
-
 
 
 2. Building for Ubuntu desktop
@@ -53,3 +39,23 @@ Then run the following commands:
  ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
  make install -j8
 
+
+2.3. Build target options
+-------------------------
+
+OpenGL ES context:
+
+When building, the OpenGL ES version of the target should be specified.
+
+Valid version options are 20, 30, 31
+
+With configure:
+Add: --enable-gles=X
+
+With gbs:
+Add to the gbs build line: --define "%target_gles_version X"
+
+2.4. Building and executing test cases
+--------------------------------------
+
+See the README.md in dali-adaptor/automated-tests.