X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=README;h=9b8ab0e32ef276453a70b8bbb52b363f537de219;hp=de9499cc8398311893014b0b556dfe18e40e65bc;hb=8d57a46c918cd6a824dbe6f93884e8e453c35e26;hpb=eb76d9131e2e66aeaeb2a1a6ca66b9fe80f0c873 diff --git a/README b/README index de9499c..9b8ab0e 100644 --- a/README +++ b/README @@ -4,10 +4,12 @@ T.O.C. 1. GBS Builds 1.1. NON-SMACK Targets 1.2. SMACK enabled Targets + 1.3. DEBUG Builds + 1.4. MOBILE Profile 2. Building for Ubuntu desktop 2.1. Minimum Requirements 2.2. Building the Repository - + 2.3. Building and executing test cases 1. GBS Builds @@ -23,10 +25,10 @@ T.O.C. gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1" -1.3. MOBILE Profile -------------------- +1.3. DEBUG Builds +----------------- - gbs build -A [TARGET_ARCH] --spec dali-toolkit-mobile.spec + gbs build -A [TARGET_ARCH] --define "%enable_debug 1" 2. Building for Ubuntu desktop ============================== @@ -50,3 +52,7 @@ Then run the following commands: ./configure --prefix=$DESKTOP_PREFIX make install -j8 +2.3. Building and executing test cases +-------------------------------------- + +See the README.md in dali-toolkit/automated-tests.