Skip to content

Commit

Permalink
doc: update compiler requirements in README
Browse files Browse the repository at this point in the history
The latest V8 upgrade and the C++11-ification of the source code in src/
requires a recent compiler.  Update the requirements in the README.

Fixes node-forward/node#35.

PR-URL: node-forward/node#36
Reviewed-By: Fedor Indutny <fedor@indutny.com>
  • Loading branch information
bnoordhuis committed Oct 27, 2014
1 parent b105f6f commit 081e94a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -5,8 +5,8 @@ Evented I/O for V8 javascript.

Prerequisites (Unix only):

* GCC 4.2 or newer
* G++ 4.2 or newer
* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)
Expand All @@ -32,7 +32,8 @@ make install
Prerequisites (Windows only):

* Python 2.6 or 2.7
* Visual Studio 2010 or 2012
* Visual Studio 2013 for Windows Desktop, or
* Visual Studio Express 2013 for Windows Desktop

Windows:

Expand Down

0 comments on commit 081e94a

Please sign in to comment.