Skip to content

Commit 081e94a

Browse files
committed
doc: update compiler requirements in README
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 <[email protected]>
1 parent b105f6f commit 081e94a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Evented I/O for V8 javascript.
55

66
Prerequisites (Unix only):
77

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

3434
* Python 2.6 or 2.7
35-
* Visual Studio 2010 or 2012
35+
* Visual Studio 2013 for Windows Desktop, or
36+
* Visual Studio Express 2013 for Windows Desktop
3637

3738
Windows:
3839

0 commit comments

Comments
 (0)