summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-03 13:50:03 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-03 13:50:44 +0200
commit6f6cfc90bef1fa5044c7aa163d9d254f43d8dbc9 (patch)
treebd235adfb4b743625a32a2b15e8f891f5c2bc8cc
parentfa2f134cbd7eea43dd9829cae1006264acd20356 (diff)
downloadgnurl-6f6cfc90bef1fa5044c7aa163d9d254f43d8dbc9.tar.gz
gnurl-6f6cfc90bef1fa5044c7aa163d9d254f43d8dbc9.tar.bz2
gnurl-6f6cfc90bef1fa5044c7aa163d9d254f43d8dbc9.zip
BUILD.WINDOWS: mention buildconf.bat for builds off git
-rw-r--r--winbuild/BUILD.WINDOWS.txt13
1 files changed, 10 insertions, 3 deletions
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=<static or dll> <options>