X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=b374d3ad5934ab5a6d98f6ac534d78decb900b6f;hb=cba6d46885b2997f22c106810b4c00269c6cf661;hp=98db87914dc25e962f0ce19e92024753169480b1;hpb=886bf1f24af2520f16fb9788e43c4cf1fce898d5;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.