diff options
author | Adeel Kazmi <adeel.kazmi@samsung.com> | 2015-02-26 16:28:29 +0000 |
---|---|---|
committer | Adeel Kazmi <adeel.kazmi@samsung.com> | 2015-02-26 17:28:02 +0000 |
commit | 4c735b1a526e92865428ce68260489c6c637207c (patch) | |
tree | 61703474731869afbb57afe9d4a4062b87004e2f /README | |
parent | 28039ec65a1a8eb7517efb43f4ad870bb191fde6 (diff) | |
download | dali-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-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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. + |