Initial removal of Text features
[platform/core/uifw/dali-core.git] / README
diff --git a/README b/README
index 0c224f8..2062d71 100644 (file)
--- a/README
+++ b/README
@@ -37,15 +37,20 @@ T.O.C.
 2.2. Creating a DALi Environment
 -------------------------------
 
-To build for desktop first create a dali-env folder in your home folder with:
+To build for desktop first ensure ALL sources are selected:
+ - Go to Ubuntu Settings and then to "Software & Updates"
+ - In the "Ubuntu Software" tab, ensure ALL software sources are ticked
+   (This is required because we install some community-maintained free & open-source software)
 
- dali-core/build/dali_env -c
+Then you can create a dali-env folder in your home folder with:
+
+ dali-core/build/scripts/dali_env -c
 
 This will also download any dependencies that the dali repositories require.
 
 You can save the environment variables to a file:
 
- dali-env/opt/bin/dali_env -s > setenv
+ dali-env/opt/bin/scripts/dali_env -s > setenv
 
 This process only needs to be done once.