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.