diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-24 12:19:40 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-25 21:37:58 -0700 |
commit | 2d44ee1b1ac56a355722bf534a8f24b3ba0e2d97 (patch) | |
tree | 51c93d2b3d236ec296845f6b076e363ad2ff159e /INSTALL.md | |
parent | 45c5b2a66c8dbadf8671458d183e76a981ff4843 (diff) | |
download | qtlocation-mapboxgl-2d44ee1b1ac56a355722bf534a8f24b3ba0e2d97.tar.gz |
[docs] Add Node.js to INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 0cefe07592..8ea12bba4f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,6 +32,7 @@ targets. - clang++ 3.5 or later _or_ - g++-5 or later - Python 2.x (for build only) + - [Node.js](https://nodejs.org/) (for build only) - [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only) - [`libtool`](https://www.gnu.org/software/libtool/) (for build only) - [`automake`](https://www.gnu.org/software/automake/) (for build only) |