diff --git a/doc/index.html b/doc/index.html index abfe191226..b0f718847f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -101,13 +101,12 @@ net.createServer(function (socket) {

Build

- Node eventually wants to support all POSIX operating systems - (including Windows with MinGW) but at the moment it is only being - tested on Linux, Macintosh, and Solaris. The - build system requires Python 2.4 or better. V8, on which Node is - built, supports only IA-32 and ARM processors. V8 is included in the - Node distribution. To use TLS, OpenSSL is required. - There are no other dependencies. + Node is tested on Linux, Macintosh, and + Solaris. It also runs on Windows/Cygwin, + FreeBSD, and OpenBSD. The build system requires Python + 2.4 or better. V8, on which Node is built, supports only IA-32 and + ARM processors. V8 is included in the Node distribution. To use TLS, + OpenSSL is required. There are no other dependencies.