From d783611d1a8a8ef1cce47cb8913fc573fc2e6cf7 Mon Sep 17 00:00:00 2001 From: LukasPaczos Date: Wed, 6 Dec 2017 17:30:16 +0100 Subject: Updated README for Arch Linux users --- platform/android/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'platform/android/README.md') diff --git a/platform/android/README.md b/platform/android/README.md index 05aea56f57..1dbdeee343 100644 --- a/platform/android/README.md +++ b/platform/android/README.md @@ -42,6 +42,7 @@ These dependencies are required for all operating systems and all platform targe - clang++ 3.5 or later or - g++-4.9 or later - [Node.js](https://nodejs.org/) + - make sure [npm](https://www.npmjs.com) is installed as well - [ccache](https://ccache.samba.org/) (optional) **Note**: We partially support C++14 because GCC 4.9 does not fully implement the @@ -63,6 +64,8 @@ make aproj run `make android-configuration` in the root folder of the project and open the Android Studio project in `/platform/android`. +If you are using Arch Linux, install [ncurses5-compat-libs](https://aur.archlinux.org/packages/ncurses5-compat-libs). + ### Project configuration #### Setup Checkstyle -- cgit v1.2.1