]> granicus.if.org Git - curl/commitdiff
BUILD.WINDOWS: mention buildconf.bat for builds off git
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Aug 2017 11:50:03 +0000 (13:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Aug 2017 11:50:44 +0000 (13:50 +0200)
winbuild/BUILD.WINDOWS.txt

index 51674d772153875bd8b34d7c94291d73a676a6d4..7b0d5ba86a5e538ada070c34a8fe41362bffa3be 100644 (file)
@@ -21,7 +21,7 @@ Building with Visual C++, prerequisites
 \r
    If you wish to support zlib, openssl, c-ares, ssh2, you will have to download\r
    them separately and copy them to the deps directory as shown below:\r
-   \r
+\r
    somedirectory\\r
     |_curl-src\r
     | |_winbuild\r
@@ -34,6 +34,13 @@ Building with Visual C++, prerequisites
    It is also possible to create the deps directory in some other random\r
    places and tell the Makefile its location using the WITH_DEVEL option.\r
 \r
+Building straight from git\r
+==========================\r
+\r
+ When you check out code git and build it, as opposed from a released source\r
+ code archive, you need to first run the "buildconf.bat" batch file (present\r
+ in the source code root directory) to set things up.\r
+\r
 Building with Visual C++\r
 ========================\r
 \r
@@ -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\r
      prompt.\r
 \r
-Once you are in the console, go to the winbuild directory in the Curl \r
+Once you are in the console, go to the winbuild directory in the Curl\r
 sources:\r
     cd curl-src\winbuild\r
 \r
 Then you can call nmake /f Makefile.vc with the desired options (see below).\r
-The builds will be in the top src directory, builds\ directory, in \r
+The builds will be in the top src directory, builds\ directory, in\r
 a directory named using the options given to the nmake call.\r
 \r
 nmake /f Makefile.vc mode=<static or dll> <options>\r