From 2c2327be394e5ab82b8e36af967ffb9cd98d8f62 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 30 May 2013 02:28:06 +0200 Subject: [PATCH] doc: explain how to build a .so --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e0d38c44..a7443c45 100644 --- a/README.md +++ b/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.