You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Peter Bright bcff53dfb5 Fix missing prototype warnings. 14 years ago
..
build Make MSVS build. 14 years ago
deps/pthread-win32 Make MSVS build. 14 years ago
doc complete libuv upgrade. sorry 14 years ago
include Make MSVS build. 14 years ago
src Fix missing prototype warnings. 14 years ago
test Upgrade libuv - it now depends on pthreads 14 years ago
.gitignore Upgrade libuv to 48877ed 14 years ago
AUTHORS Upgrade libuv to 8fd916d6ddc9c7fd0e3e8e668efbc2d782e8e742 14 years ago
LICENSE Upgrade libuv - it now depends on pthreads 14 years ago
Makefile Upgrade libuv to 48877ed 14 years ago
README Upgrade libuv to 48877ed 14 years ago
create-msvs-files.bat Upgrade libuv to 48877ed 14 years ago

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.