X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=b374d3ad5934ab5a6d98f6ac534d78decb900b6f;hb=3cd6874f01d06710bee48593e36e5324b3947615;hp=98db87914dc25e962f0ce19e92024753169480b1;hpb=53c93c1c4474d80ed03d9420e1fd756258cd8e19;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/README.md b/README.md index 98db879..b374d3a 100644 --- a/README.md +++ b/README.md @@ -69,21 +69,6 @@ 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.