From: Ryan Dahl Date: Tue, 22 Jun 2010 00:03:19 +0000 (-0700) Subject: Add other OSes to website X-Git-Tag: v0.1.100~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bb890271b4539b39ba1dfb9efa6053a1791eb93;p=platform%2Fupstream%2Fnodejs.git Add other OSes to website --- diff --git a/doc/index.html b/doc/index.html index abfe191..b0f7188 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.