X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=ceb23a68c17cb77be72681c77c5a18f18227d524;hb=b255aea4635630cc2ce775e2e37cbdd1f92cf654;hp=d33be28af544c8da23ac28e3e90d5fcfc890fe24;hpb=681f1f225faa295fedf73a739779ab7d8c151431;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/README b/README index d33be28..ceb23a6 100644 --- a/README +++ b/README @@ -1,17 +1,55 @@ -GBS Builds -========== +T.O.C. +====== -COMMON Profile --------------- + 1. GBS Builds + 1.1. COMMON Profile + 1.2. MOBILE Profile + 1.3. WEARABLE Profile + 2. Building for Ubuntu desktop + 2.1. Minimum Requirements + 2.2. Building the Repository -gbs build -A [TARGET_ARCH] -MOBILE Profile --------------- -gbs build -A [TARGET_ARCH] --spec dali-adaptor-mobile.spec +1. GBS Builds +============= -WEARABLE Profile ----------------- +1.1. COMMON Profile +------------------- + + gbs build -A [TARGET_ARCH] + +1.2. MOBILE Profile +------------------- + + gbs build -A [TARGET_ARCH] --spec dali-adaptor-mobile.spec + +1.3. WEARABLE Profile +--------------------- + + gbs build -A [TARGET_ARCH] --spec dali-adaptor-wearable.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-adaptor/build/tizen + +Then run the following commands: + + autoreconf --install + ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20 + make install -j8 -gbs build -A [TARGET_ARCH] --spec dali-adaptor-wearable.spec