Updated Android Pre-requisites 08/240808/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 21 Jul 2020 15:24:54 +0000 (16:24 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 11 Aug 2020 15:39:06 +0000 (16:39 +0100)
Change-Id: Ie6b8db3505fd6f5eee9446a4f492073a9271528e

README.md

index cff0224..d601637 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,15 +77,12 @@ Before running make install as normal:
 ### Requirements
 
  - Ubuntu 16.04 or later
- - GCC version 6
  - Android DALi dependencies
+ - If you are behind a proxy, please set up the "http_proxy" and "https_proxy" environment variables appropriately
+ - Clone dali-core, dali-adaptor, dali-toolkit & android-dependencies to the same folder as dali-demo
+   - Android dependencies can be cloned from: https://github.com/dalihub/android-dependencies
 
 ### Building the Repository
-To download Android DALi dependencies clone https://github.com/dalihub/android-dependencies
-in your DALi folder (folder containing dali-demo).
-
-         $ git clone https://github.com/dalihub/android-dependencies.git
-
 To build the repository enter the 'build/android' folder:
 
          $ cd dali-demo/build/android