Fix crash on removal of Renderers from stage.
[platform/core/uifw/dali-core.git] / README
diff --git a/README b/README
index 0c224f8..d6d395a 100644 (file)
--- a/README
+++ b/README
@@ -37,9 +37,14 @@ 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.