X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=720d60f82d6dbfa0e13b02520c659dfcdc563291;hb=67989048cf247005af417ecdc8169da2e26e213e;hp=320163140017ba5eed2b9d8a6b23158ddfb189d9;hpb=4958d1e4cdb6f8c57d282246f2d481735e224e4f;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/README.md b/README.md index 3201631..720d60f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ Before running make install as normal: $ make install -j8 +### Build Only specific sample + +You can set the sample's name and can build that sample only. For example, If you want to build 'hello-world', + + $ cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX -DBUILD_EXAMPLE_NAME=hello-world + $ make install -j9 + ## 2. GBS Builds ### NON-SMACK Targets @@ -66,6 +73,14 @@ Before running make install as normal: $ gbs build -A [TARGET_ARCH] --define "%enable_debug 1" +### Raspberry Pi builds + + $ gbs build -A [TARGET_ARCH] --define "%rpi_style 1" + +### Build specific sample only + + $ gbs build -A [TARGET_ARCH] --define "build_example_name hello-world" + # Creating an example - Make a directory in the "examples" directory. Only one example will be created per directory. @@ -158,6 +173,7 @@ vcpkg-script folder in the windows-dependencies repository. - INTERNATIONALIZATION ---> Whether to generate and install internazionalization '.po' Portable Object files. - CMAKE_INSTALL_PREFIX ---> Were DALi is installed. - ENABLE_DEBUG ---> Whether to build with debug enabled. + - BUILD_EXAMPLE_NAME ---> The name of sample what you want to build. To reduce the memory of rpm file, we didn't copy resources now. * If dali-toolkit has been compiled with the USE_DEFAULT_RESOURCE_DIR option disabled then is needed to set global environment variables in order to find the default toolkit resources.