diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-05-22 13:47:29 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-05-22 13:47:29 +0200 |
commit | 89dcf22526044918ae3f79f6728ad4e603a1d710 (patch) | |
tree | 44cacb206d59238d30355da7561da5d097ce1a69 /README.md | |
parent | 99b737bd60a5c3c4e0569d7c24fae0326fda548d (diff) | |
download | nodejs-89dcf22526044918ae3f79f6728ad4e603a1d710.tar.gz nodejs-89dcf22526044918ae3f79f6728ad4e603a1d710.tar.bz2 nodejs-89dcf22526044918ae3f79f6728ad4e603a1d710.zip |
doc: the build requires gcc 4.2 or newer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |