2011-04-18 10:17:40 -07:00
|
|
|
This is the new networking layer for Node. Its purpose is to abstract
|
|
|
|
IOCP on windows and libev on Unix systems. We intend to eventually contain
|
|
|
|
all platform differences in this library.
|
|
|
|
|
2011-04-18 11:10:18 -07:00
|
|
|
http://nodejs.org/
|
|
|
|
|
2011-08-03 15:07:33 -07:00
|
|
|
= Build Instructions
|
2011-05-11 19:56:33 -07:00
|
|
|
|
2011-08-03 15:07:33 -07:00
|
|
|
The build system requires python and subversion.
|
|
|
|
|
|
|
|
On Unix systems just type
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
On Windows you can generate the MSVS solution files by running
|
|
|
|
|
|
|
|
create-msvs-files.bat
|
|
|
|
|
|
|
|
Open build/all.sln afterwards.
|
|
|
|
|
|
|
|
|
|
|
|
= Supported Platforms
|
2011-05-07 21:35:05 -07:00
|
|
|
|
2011-05-10 16:21:12 -07:00
|
|
|
Microsoft Windows operating systems since Windows XP sp2. It can be built
|
2011-08-03 15:07:33 -07:00
|
|
|
with either Visual Studio.
|
2011-05-07 21:35:05 -07:00
|
|
|
|
|
|
|
Linux 2.6 and MacOS using the GCC toolchain.
|
|
|
|
|
2011-05-10 06:53:21 +00:00
|
|
|
Solaris 121 and later using GCC toolchain.
|