mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
README: Added note about using Visual Studio projects out of git repository
This commit is contained in:
parent
dda59c5db5
commit
0a33c971aa
@ -27,7 +27,7 @@ Dependencies
|
|||||||
============
|
============
|
||||||
|
|
||||||
The projects files also support build configurations that require third
|
The projects files also support build configurations that require third
|
||||||
party dependencies such as openssl and ssh2. If you wish to support these,
|
party dependencies such as OpenSSL and SSH2. If you wish to support these,
|
||||||
you will also need to download and compile those libraries as well.
|
you will also need to download and compile those libraries as well.
|
||||||
|
|
||||||
To support compilation of these libraries using different versions of
|
To support compilation of these libraries using different versions of
|
||||||
@ -99,6 +99,17 @@ Notes
|
|||||||
<configuration> - The target configuration (For example: DLL Debug,
|
<configuration> - The target configuration (For example: DLL Debug,
|
||||||
LIB Release - LIB OpenSSL)
|
LIB Release - LIB OpenSSL)
|
||||||
|
|
||||||
|
If you are using the source code from the git repository, rather than a
|
||||||
|
release archive or nightly build, you will need to generate the project
|
||||||
|
files. Please run "generate -h" for usage details.
|
||||||
|
|
||||||
|
Should you wish to help out with some of the items on the TODO list, or
|
||||||
|
find bugs in the project files that need correcting, and would like to
|
||||||
|
submit updated files back then please note that, whilst the solution files
|
||||||
|
can be edited directly, the templates for the project files (which are
|
||||||
|
stored in the git repositoty) will need to be modified rather than the
|
||||||
|
generated project files that Visual Studio uses.
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user