summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/README.md b/README.md
index 12fd05aa5..8d7a6432c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Evented I/O for V8 javascript. [![Build Status](https://secure.travis-ci.org/joyent/node.png)](http://travis-ci.org/joyent/node)
+Evented I/O for V8 javascript.
===
### To build:
@@ -16,6 +16,15 @@ Unix/Macintosh:
make
make install
+With libicu i18n support:
+
+ svn checkout --force --revision 214189 \
+ http://src.chromium.org/svn/trunk/deps/third_party/icu46 \
+ deps/v8/third_party/icu46
+ ./configure --with-icu-path=deps/v8/third_party/icu46/icu.gyp
+ make
+ make install
+
If your python binary is in a non-standard location or has a
non-standard name, run the following instead:
@@ -24,9 +33,14 @@ non-standard name, run the following instead:
make
make install
+Prerequisites (Windows only):
+
+ * Python 2.6 or 2.7
+ * Visual Studio 2010 or 2012
+
Windows:
- vcbuild.bat
+ vcbuild nosign
You can download pre-built binaries for various operating systems from
[http://nodejs.org/download/](http://nodejs.org/download/). The Windows
@@ -49,7 +63,7 @@ Unix/Macintosh:
Windows:
- vcbuild.bat test
+ vcbuild test
### To build the documentation: