Browse Source

Fix supported archs on website

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
bbdd61dc3f
  1. 6
      doc/index.html

6
doc/index.html

@ -103,9 +103,9 @@ net.createServer(function (socket) {
Node is tested on <b>Linux</b>, <b>Macintosh</b>, and Node is tested on <b>Linux</b>, <b>Macintosh</b>, and
<b>Solaris</b>. It also runs on <b>Windows/Cygwin</b>, <b>Solaris</b>. It also runs on <b>Windows/Cygwin</b>,
<b>FreeBSD</b>, and <b>OpenBSD</b>. The build system requires Python <b>FreeBSD</b>, and <b>OpenBSD</b>. The build system requires Python
2.4 or better. V8, on which Node is built, supports only IA-32 and 2.4 or better. V8, on which Node is built, supports only IA-32,
ARM processors. V8 is included in the Node distribution. To use TLS, x64, and ARM processors. V8 is included in the Node distribution.
OpenSSL is required. There are no other dependencies. To use TLS, OpenSSL is required. There are no other dependencies.
</p> </p>
<pre class="sh_none"> <pre class="sh_none">

Loading…
Cancel
Save