Merge "(Control Renderers) Change renderer type values to uppercase" into devel/master
[platform/core/uifw/dali-toolkit.git] / README
diff --git a/README b/README
index 25bf1b4..9b8ab0e 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,58 @@
-GBS Builds
-==========
+T.O.C.
+======
 
-NON-SMACK Targets
+ 1.   GBS Builds
+ 1.1. NON-SMACK Targets
+ 1.2. SMACK enabled Targets
+ 1.3. DEBUG Builds
+ 1.4. MOBILE Profile
+ 2.   Building for Ubuntu desktop
+ 2.1. Minimum Requirements
+ 2.2. Building the Repository
+ 2.3. Building and executing test cases
+
+
+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. DEBUG Builds
 -----------------
 
-gbs build -A [TARGET_ARCH]
+ gbs build -A [TARGET_ARCH] --define "%enable_debug 1"
+
+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
 
-SMACK enabled Targets
----------------------
+2.3. Building and executing test cases
+--------------------------------------
 
-gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1"
+See the README.md in dali-toolkit/automated-tests.