Use correct macro in Stage & fix wild pointer issue in RenderTaskList
[platform/core/uifw/dali-core.git] / README.md
index b374d3a..98db879 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,6 +69,21 @@ Then run the following commands:
          $ ./configure --prefix=$DESKTOP_PREFIX
          $ make install -j8
 
+### 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"*
+
+
 ### Building and executing test cases
 
 See the README.md in dali-core/automated-tests.