Skip to content

evented I/O for v8 javascript cross-compiled for iOS

License

Notifications You must be signed in to change notification settings

rpetrich/node-ancient

 
 

Repository files navigation

Evented I/O for V8 javascript. Build Status

To build:

Cross-compile to iOS from OS X:

./cross-compiler-shell.sh
./configure --without-ssl --without-snapshot
make -j3
ldid -S out/Release/node

Unix/Macintosh (requires python >= 2.5.2):

./configure
make
make install
ldid -S /usr/bin/node

Windows:

vcbuild.bat

To run the tests:

Unix/Macintosh:

make test

Windows:

vcbuild.bat test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers

About

evented I/O for v8 javascript cross-compiled for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.6%
  • C++ 21.9%
  • C 11.6%
  • Python 1.0%
  • D 0.4%
  • Shell 0.3%
  • Other 0.2%