summaryrefslogtreecommitdiff
path: root/deps/uv/README.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-26 10:48:10 -0700
committerisaacs <i@izs.me>2013-06-26 10:48:23 -0700
commit4bc024ddecf4e0daaa5d28155d3ad5977b98a68e (patch)
treeeba928832aeb353981a5197998721d61c9748dc5 /deps/uv/README.md
parent4ae96c885bd3118a1f19972b90aabbc83cf5b20b (diff)
downloadandroid-node-v8-4bc024ddecf4e0daaa5d28155d3ad5977b98a68e.tar.gz
android-node-v8-4bc024ddecf4e0daaa5d28155d3ad5977b98a68e.tar.bz2
android-node-v8-4bc024ddecf4e0daaa5d28155d3ad5977b98a68e.zip
uv: Upgrade to v0.11.5
Diffstat (limited to 'deps/uv/README.md')
-rw-r--r--deps/uv/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/uv/README.md b/deps/uv/README.md
index e0d38c4463..f4f3ce2c86 100644
--- a/deps/uv/README.md
+++ b/deps/uv/README.md
@@ -70,6 +70,10 @@ Out-of-tree builds are supported:
make builddir_name=/path/to/builddir
+To build a shared object:
+
+ make libuv.so # libuv.dylib on OS X
+
To build with Visual Studio run the vcbuild.bat file which will
checkout the GYP code into build/gyp and generate the uv.sln and
related files.
@@ -106,6 +110,16 @@ Note for Linux users: compile your project with `-D_GNU_SOURCE` when you
include `uv.h`. GYP builds take care of that automatically. If you use
autotools, add a `AC_GNU_SOURCE` declaration to your `configure.ac`.
+To build for android, locate your android NDK path, then run:
+
+ source ./android-configure NDK_PATH
+ make
+
+To build for android with gyp, add "gyp" to the configuration:
+
+ source ./android-configure NDK_PATH gyp
+ make -C out
+
## Supported Platforms
Microsoft Windows operating systems since Windows XP SP2. It can be built