Updated README with instructions to build for Ubuntu 57/25657/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 7 Aug 2014 13:49:34 +0000 (14:49 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 7 Aug 2014 13:49:34 +0000 (14:49 +0100)
Change-Id: I3766671c9329661d3395ef8c40f95645357bb384

README
build/tizen/README [deleted file]

diff --git a/README b/README
index 25bf1b4..dc7b5af 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,49 @@
-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"
+
+
+
+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
+
diff --git a/build/tizen/README b/build/tizen/README
deleted file mode 100644 (file)
index 4cf1be9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-autoreconf --install
-# see /build/slp/sbs-dependencies/README for instructions on installing dependencies for SBS.
-#
-./configure --prefix=$DESKTOP_PREFIX
-make install -j3