Merge "Add exception for unsupported EGL or DDK" into tizen
[platform/core/uifw/dali-adaptor.git] / README
diff --git a/README b/README
index a0483c3..ceb23a6 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +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
+=============
+
+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
+