update readme with vcbuild.bat instructions

This commit is contained in:
Igor Zinkovsky 2011-08-26 10:54:42 -07:00
parent 835782a980
commit 183178a566

7
README
View File

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