X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=2afdd52f5e07f98bf0efc81377b828bb2452b7b8;hb=5fbb9e39fabb292daf6600dfdd4c637fe52faae2;hp=3de790b2763726456bcb9189ed683cd15d5ca963;hpb=30c8f79173666ffe7b94364e233e25e686f198fb;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/README.md b/README.md index 3de790b..2afdd52 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ * [SMACK enabled Targets](#smack-enabled-targets) * [DEBUG Builds](#debug-builds-1) * [Creating an example](#creating-an-example) - * [Installing Emscripten Examples](#installing-emscripten-examples) # Build Instructions @@ -65,15 +64,3 @@ Before running make install as normal: - Add all source files for the required example in this directory. - Modify "com.samsung.dali-demo.xml" to include your example so that it can be launched on target. - No changes are required to the make system as long as the above is followed, your example will be automatically built & installed. - -# Installing Emscripten Examples - -Some Emscripten Javascript examples are included in dali-demo. - -They do not require building, to install them run the provided install script. -Note: Your dali-env must be setup as it will install to your dali-env/opt/share/emscripten directory. - - $ cd ./emscripten-examples - $ ./install.sh - -Run the examples by either opening them in a browser, or, running the browser from the command line with an example as a parameter.