X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=README;h=2ecae9d1c3dba925a848ff42673c8b5f4f5f3afe;hp=dc7b5af35f7335471988272e7b0a923c1dcd3f8b;hb=bd0b6d9d85d1e484aad8e96b0de89c494f013827;hpb=0c33391ce2d6825b8207a7561656683a9408b8fd diff --git a/README b/README index dc7b5af..2ecae9d 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 - + 2.3. Building and executing test cases 1. GBS Builds @@ -23,7 +23,10 @@ T.O.C. gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1" +1.3. MOBILE Profile +------------------- + gbs build -A [TARGET_ARCH] --spec dali-toolkit-mobile.spec 2. Building for Ubuntu desktop ============================== @@ -47,3 +50,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.