summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdeel Kazmi <adeel.kazmi@samsung.com>2015-02-26 16:28:29 +0000
committerAdeel Kazmi <adeel.kazmi@samsung.com>2015-02-26 17:28:02 +0000
commit4c735b1a526e92865428ce68260489c6c637207c (patch)
tree61703474731869afbb57afe9d4a4062b87004e2f /README
parent28039ec65a1a8eb7517efb43f4ad870bb191fde6 (diff)
downloaddali-demo-4c735b1a526e92865428ce68260489c6c637207c.tar.gz
dali-demo-4c735b1a526e92865428ce68260489c6c637207c.tar.bz2
dali-demo-4c735b1a526e92865428ce68260489c6c637207c.zip
Reorganised folders & examples automatically built
New Structure: build | tizen builder | dali-builder.cpp demo | [demo source & header files] examples | [example-name] | | [example source files] packaging | com.samsung.dali-demo.spec resources | images | | [all images] | models | | [all models] | scripts | | [all scripts] shared | view.h Now, each example should be in its own subdirectory within the "examples" directory. This will get automatically built. README also updated. Change-Id: Idae4cedf220698a4a2d928535cff88e8bf25f82a
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 5187f08e..e1c2d355 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ T.O.C.
2. Building for Ubuntu desktop
2.1. Minimum Requirements
2.2. Building the Repository
-
+ 3. Creating an example
1. GBS Builds
@@ -46,3 +46,14 @@ Then run the following commands:
cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX .
make install -j8
+
+
+3. Creating an example
+======================
+
+ - Make a directory in the "examples" directory. Only one example will be created per directory.
+ - The executable installed will have a ".example" appended to it, e.g. a "blocks" directory produces "blocks.example".
+ - 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.
+