tizen 2.3.1 release
[framework/web/wearable/webkit-efl.git] / README
1 This branch is for the wearable product commercialization
2
3 - How to build
4
5 In order to build this on target, you can use one of the commands in below.
6 (suggestion) shows some options for better development.
7
8 1. target
9 gbs build -A armv7l 
10 (suggestion) gbs build -A armv7l --include-all --incremental --ccache --define="nodebug 1" --define="enable_tools OFF" --define="enable_api_test OFF" 
11
12 2. SDK (Rectangle)
13 gbs build -A i586 -P profile.sdk
14 (suggestion) gbs build -A i586 -P profile.sdk --include-all --incremental --ccache --define="nodebug 1" --define="enable_tools OFF" --define="enable_api_test OFF"
15
16 3. SDK (Circle)
17 gbs build -A i586 -P profile.sdkCircle
18 (suggestion) gbs build -A i586 -P profile.sdk --include-all --incremental --ccache --define="nodebug 1" --define="enable_tools OFF" --define="enable_api_test OFF"
19
20 - WIKI page
21 http://168.219.209.56/confluence/display/SCM/Tizen+2.3+Public+release
22