|
@ -101,13 +101,12 @@ net.createServer(function (socket) { |
|
|
<h2 id="build">Build</h2> |
|
|
<h2 id="build">Build</h2> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
Node eventually wants to support all POSIX operating systems |
|
|
Node is tested on <b>Linux</b>, <b>Macintosh</b>, and |
|
|
(including Windows with MinGW) but at the moment it is only being |
|
|
<b>Solaris</b>. It also runs on <b>Windows/Cygwin</b>, |
|
|
tested on <b>Linux</b>, <b>Macintosh</b>, and <b>Solaris</b>. The |
|
|
<b>FreeBSD</b>, and <b>OpenBSD</b>. The build system requires Python |
|
|
build system requires Python 2.4 or better. V8, on which Node is |
|
|
2.4 or better. V8, on which Node is built, supports only IA-32 and |
|
|
built, supports only IA-32 and ARM processors. V8 is included in the |
|
|
ARM processors. V8 is included in the Node distribution. To use TLS, |
|
|
Node distribution. To use TLS, OpenSSL is required. |
|
|
OpenSSL is required. There are no other dependencies. |
|
|
There are no other dependencies. |
|
|
|
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<pre class="sh_none"> |
|
|
<pre class="sh_none"> |
|
|