Commit cd3a34ae962e9c9cd81df397a55fb8e605391846
1 parent
02656ebc
Updated Android Pre-requisites
Change-Id: Ie6b8db3505fd6f5eee9446a4f492073a9271528e
Showing
1 changed file
with
3 additions
and
6 deletions
README.md
| ... | ... | @@ -77,15 +77,12 @@ Before running make install as normal: |
| 77 | 77 | ### Requirements |
| 78 | 78 | |
| 79 | 79 | - Ubuntu 16.04 or later |
| 80 | - - GCC version 6 | |
| 81 | 80 | - Android DALi dependencies |
| 81 | + - If you are behind a proxy, please set up the "http_proxy" and "https_proxy" environment variables appropriately | |
| 82 | + - Clone dali-core, dali-adaptor, dali-toolkit & android-dependencies to the same folder as dali-demo | |
| 83 | + - Android dependencies can be cloned from: https://github.com/dalihub/android-dependencies | |
| 82 | 84 | |
| 83 | 85 | ### Building the Repository |
| 84 | -To download Android DALi dependencies clone https://github.com/dalihub/android-dependencies | |
| 85 | -in your DALi folder (folder containing dali-demo). | |
| 86 | - | |
| 87 | - $ git clone https://github.com/dalihub/android-dependencies.git | |
| 88 | - | |
| 89 | 86 | To build the repository enter the 'build/android' folder: |
| 90 | 87 | |
| 91 | 88 | $ cd dali-demo/build/android | ... | ... |