diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-15 11:11:47 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-15 12:40:54 -0800 |
commit | 0fe8d8d7b4bbf136e8fb0f972cc31a94ddc4b67e (patch) | |
tree | 343ff69aaff05df86a0f0649faa5ea45a6a36c19 /INSTALL.md | |
parent | bcad3b6d4b4066e151db51a6abc8618ed1d39f46 (diff) | |
download | qtlocation-mapboxgl-0fe8d8d7b4bbf136e8fb0f972cc31a94ddc4b67e.tar.gz |
[build] Explicitly state required node version
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index b7a383f1e6..0789f5e0af 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -28,7 +28,7 @@ targets. - g++-5 or later - [CMake](https://cmake.org/) 3.1 or later (for build only) - [cURL](https://curl.haxx.se) (for build only) - - [Node.js](https://nodejs.org/) (for build only) + - [Node.js](https://nodejs.org/) 4.2.1 or later (for build only) - [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only) Depending on your operating system and target, you'll need additional |