summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasPaczos <lukas.paczos@gmail.com>2017-12-06 17:30:16 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2017-12-06 20:21:58 +0100
commitd783611d1a8a8ef1cce47cb8913fc573fc2e6cf7 (patch)
tree7465117b6bd4959dfa7de01754dee8ce6b3fd1d4
parent86fdb2682d95c3fe644c66c2b27b6e89ce3f6d81 (diff)
downloadqtlocation-mapboxgl-d783611d1a8a8ef1cce47cb8913fc573fc2e6cf7.tar.gz
Updated README for Arch Linux users
-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