node/deps/uv
Ryan Dahl 88afc406ca Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
..
build Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
doc complete libuv upgrade. sorry 2011-07-07 11:32:12 -07:00
include Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
src Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
test Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
.gitignore Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
AUTHORS
LICENSE Upgrade libuv 2011-07-01 09:30:44 -07:00
Makefile Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
README Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00
create-msvs-files.bat Upgrade libuv to 48877ed 2011-08-06 03:38:11 -07:00

README

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.

http://nodejs.org/

= Build Instructions

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

Microsoft Windows operating systems since Windows XP sp2. It can be built
with either Visual Studio.

Linux 2.6 and MacOS using the GCC toolchain.

Solaris 121 and later using GCC toolchain.