X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=README;h=de9499cc8398311893014b0b556dfe18e40e65bc;hp=25bf1b43d9023e74f388905284843962c0447ff3;hb=852a2122606480069d2fb0edb398ef11272b0f43;hpb=55ae5a6e8cec443ca12da6077138250a071b9632 diff --git a/README b/README index 25bf1b4..de9499c 100644 --- a/README +++ b/README @@ -1,12 +1,52 @@ -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 -gbs build -A [TARGET_ARCH] -SMACK enabled Targets ---------------------- -gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1" +1. GBS Builds +============= + +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 +