summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasPaczos <lukas.paczos@gmail.com>2017-12-06 17:30:16 +0100
committerLukasPaczos <lukas.paczos@gmail.com>2017-12-06 17:30:16 +0100
commit9fb3b21d1b7c4450556c5cf1f36da9429f4cf2e6 (patch)
tree3fc51154ccd74efbdad570ffa1f8a908ae9cd57f
parentc311e69e0ef61f5203fa6cf632d5ec73b1e181da (diff)
downloadqtlocation-mapboxgl-upstream/lp-readme-update.tar.gz
Updated README for Arch Linux usersupstream/lp-readme-update
-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