X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=README;h=2ecae9d1c3dba925a848ff42673c8b5f4f5f3afe;hp=25bf1b43d9023e74f388905284843962c0447ff3;hb=1acdb36279de888dcef999e0e0e1460babdd983a;hpb=6cbd8a80267b0b6cf5dc287fe4cbd78fe66ad2cb diff --git a/README b/README index 25bf1b4..2ecae9d 100644 --- a/README +++ b/README @@ -1,12 +1,56 @@ -GBS Builds -========== +T.O.C. +====== -NON-SMACK Targets ------------------ + 1. GBS Builds + 1.1. NON-SMACK Targets + 1.2. SMACK enabled Targets + 2. Building for Ubuntu desktop + 2.1. Minimum Requirements + 2.2. Building the Repository + 2.3. Building and executing test cases -gbs build -A [TARGET_ARCH] -SMACK enabled Targets ---------------------- +1. GBS Builds +============= -gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1" +1.1. NON-SMACK Targets +---------------------- + + gbs build -A [TARGET_ARCH] + +1.2. SMACK enabled Targets +-------------------------- + + 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 +============================== + +2.1. Minimum Requirements +------------------------ + + - Ubuntu 14.04 + - Environment created using dali_env script in dali-core repository + +2.2. Building the Repository +---------------------------- + +To build the repository enter the 'build/tizen' folder: + + cd dali-toolkit/build/tizen + +Then run the following commands: + + autoreconf --install + ./configure --prefix=$DESKTOP_PREFIX + make install -j8 + +2.3. Building and executing test cases +-------------------------------------- + +See the README.md in dali-toolkit/automated-tests.