From cd3a34ae962e9c9cd81df397a55fb8e605391846 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Tue, 21 Jul 2020 16:24:54 +0100 Subject: [PATCH] Updated Android Pre-requisites Change-Id: Ie6b8db3505fd6f5eee9446a4f492073a9271528e --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cff0224..d601637 100644 --- 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 -- 2.7.4