summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-05-22 13:47:29 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-05-22 13:47:29 +0200
commit89dcf22526044918ae3f79f6728ad4e603a1d710 (patch)
tree44cacb206d59238d30355da7561da5d097ce1a69
parent99b737bd60a5c3c4e0569d7c24fae0326fda548d (diff)
downloadnode-89dcf22526044918ae3f79f6728ad4e603a1d710.tar.gz
doc: the build requires gcc 4.2 or newer
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa505e555..9f6e07871 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Evented I/O for V8 javascript. [![Build Status](https://secure.travis-ci.org/joy
Prerequisites (Unix only):
+ * GCC 4.2 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)