summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/android/README.md3
1 files changed, 3 insertions, 0 deletions
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