summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrendan Ashworth <brendan.ashworth@me.com>2015-03-07 14:41:44 -0800
committerBrendan Ashworth <brendan.ashworth@me.com>2015-03-07 14:57:53 -0800
commite763220f6643249d97eb1290e21e785e02874f48 (patch)
tree0e694bd8aacb3700bacd9f634ee6c0463e28d9f1 /README.md
parent528d8786ff75ab2a88e6bd0d4980cef96bdacb26 (diff)
downloadandroid-node-v8-e763220f6643249d97eb1290e21e785e02874f48.tar.gz
android-node-v8-e763220f6643249d97eb1290e21e785e02874f48.tar.bz2
android-node-v8-e763220f6643249d97eb1290e21e785e02874f48.zip
doc: update clang version prerequisite
See commit `4877ec0`, where it now warns on a clang++ version older than 3.4. PR-URL: https://github.com/iojs/io.js/pull/1094 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf9a58b133..8c36a490e5 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ the binary verification command above.
Prerequisites:
* `gcc` and `g++` 4.8 or newer, or
-* `clang` and `clang++` 3.3 or newer
+* `clang` and `clang++` 3.4 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)