summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1c6c07f05f..61d2271de5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -23,14 +23,17 @@ Clone the git repository:
These dependencies are required for all operating systems and all platform
targets.
- - Modern C++ compiler that supports `-std=c++14`
+ - Modern C++ compiler that supports `-std=c++14`\*
- clang++ 3.5 or later _or_
- - g++-5 or later
+ - g++-4.9 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/) 4.2.1 or later (for build only)
- [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only)
+**Note**: We partially support C++14 because GCC 4.9 does not fully implement the
+final draft of the C++14 standard. More information in [DEVELOPING.md](DEVELOPING.md).
+
Depending on your operating system and target, you'll need additional
dependencies: