Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan a3627c06f8 Change to build on FreeBSD
The v8/SConstruct change has been give to the v8 people.
http://codereview.chromium.org/113897
2009-05-27 16:29:55 +02:00
deps Change to build on FreeBSD 2009-05-27 16:29:55 +02:00
src Remove file access flags that arn't present in macintosh. 2009-05-26 20:35:42 +02:00
test Remove error codes from file on_completion callbacks. Use file.onError. 2009-05-25 13:17:35 +02:00
website Just twiddling with the webpage 2009-05-27 15:42:16 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
.gitmodules BROKEN COMMIT: removing git submodules 2009-04-22 18:17:56 +02:00
LICENSE add license, readme 2009-05-27 01:59:31 +02:00
README add license, readme 2009-05-27 01:59:31 +02:00
configure Add color PASS/FAIL statements. Use python for portability. 2009-05-19 20:31:40 +02:00
js2c.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
jsmin.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
test-http_simple.js HTTP Server: Close 1.0 connections properly. 2009-05-20 10:28:10 +02:00
test_client.js Clean up tests. Add docs. 2009-05-19 22:32:41 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript Change to build on FreeBSD 2009-05-27 16:29:55 +02:00

README

To build

./configure
make 
make install

See website/index.html for documentation.