1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

doc: explain how to build a .so

This commit is contained in:
Ben Noordhuis 2013-05-30 02:28:06 +02:00
parent bec8f3cb24
commit 2c2327be39

View File

@ -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.