Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
update readme with vcbuild.bat instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky committed Aug 26, 2011
1 parent 835782a commit 183178a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README
Expand Up @@ -15,10 +15,13 @@ To build via Makefile simply execute:

make

To build with Visual Studio run the create-msvs-files.bat file which will
checkout the GYP code into build/gyp and generate the build/all.sln and
To build with Visual Studio run the vcbuilds.bat file which will
checkout the GYP code into build/gyp and generate the uv.sln and
related files.

Windows users can also build from cmd-line using msbuild. This is
done by running vcbuild.bat from Visual Studio command prompt.

To have GYP generate build script for another system you will need to
checkout GYP into the project tree manually:

Expand Down

0 comments on commit 183178a

Please sign in to comment.