1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

BUILD.WINDOWS: mention buildconf.bat for builds off git

This commit is contained in:
Daniel Stenberg 2017-08-03 13:50:03 +02:00
parent fa2f134cbd
commit 6f6cfc90be
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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++
========================