From 6f6cfc90bef1fa5044c7aa163d9d254f43d8dbc9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Aug 2017 13:50:03 +0200 Subject: BUILD.WINDOWS: mention buildconf.bat for builds off git --- winbuild/BUILD.WINDOWS.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'winbuild') diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index 51674d772..7b0d5ba86 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -21,7 +21,7 @@ Building with Visual C++, prerequisites If you wish to support zlib, openssl, c-ares, ssh2, you will have to download them separately and copy them to the deps directory as shown below: - + somedirectory\ |_curl-src | |_winbuild @@ -34,6 +34,13 @@ Building with Visual C++, prerequisites It is also possible to create the deps directory in some other random places and tell the Makefile its location using the WITH_DEVEL option. +Building straight from git +========================== + + When you check out code git and build it, as opposed from a released source + code archive, you need to first run the "buildconf.bat" batch file (present + in the source code root directory) to set things up. + Building with Visual C++ ======================== @@ -47,12 +54,12 @@ Open a Visual Studio Command prompt or the SDK CMD shell. Everything is already pre-configured by calling one of the command prompt. -Once you are in the console, go to the winbuild directory in the Curl +Once you are in the console, go to the winbuild directory in the Curl sources: cd curl-src\winbuild Then you can call nmake /f Makefile.vc with the desired options (see below). -The builds will be in the top src directory, builds\ directory, in +The builds will be in the top src directory, builds\ directory, in a directory named using the options given to the nmake call. nmake /f Makefile.vc mode= -- cgit v1.2.3