From 183178a5662621db54acc83372d8dd6e50bb88ac Mon Sep 17 00:00:00 2001 From: Igor Zinkovsky Date: Fri, 26 Aug 2011 10:54:42 -0700 Subject: [PATCH] update readme with vcbuild.bat instructions --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 8a12b46b6e..c808c976b0 100644 --- a/README +++ b/README @@ -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: