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