Merge "[3.0] Change integration api of NativeRenderSurface" into tizen_3.0
[platform/core/uifw/dali-adaptor.git] / README
diff --git a/README b/README
index 49bd8fc..1024acc 100644 (file)
--- a/README
+++ b/README
@@ -2,6 +2,7 @@ T.O.C.
 ======
 
  1.   GBS Builds
+ 1.1. DEBUG Builds
  2.   Building for Ubuntu desktop
  2.1. Minimum Requirements
  2.2. Building the Repository
@@ -18,6 +19,11 @@ T.O.C.
 
  gbs build -A [TARGET_ARCH]
 
+1.1. DEBUG Builds
+-----------------
+
+ gbs build -A [TARGET_ARCH] --define "%enable_debug 1"
+
 
 2. Building for Ubuntu desktop
 ==============================
@@ -38,7 +44,7 @@ To build the repository enter the 'build/tizen' folder:
 Then run the following commands:
 
  autoreconf --install
- ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
+ ./configure --prefix=$DESKTOP_PREFIX
  make install -j8
 
 
@@ -49,7 +55,7 @@ OpenGL ES context:
 
 When building, the OpenGL ES version of the target should be specified.
 
-Valid version options are 20, 30, 31
+Valid version options are 20, 30, 31 for OpenGL ES versions 2.0, 3.0 and 3.1 respectively.
 
 With configure:
 Add: --enable-gles=X