Documentation maitenance.

v0.27.3
Robin Mills 5 years ago
parent b207b733d8
commit b6ccf039d9

@ -1,4 +1,4 @@
@RV@ Visual Studio Bundle @RC@ @RV@ Visual Studio @VS@ Bundle @RC@
Structure of the bundle: Structure of the bundle:
------------------------ ------------------------
@ -34,12 +34,12 @@ c:\> cd <bundle>\bin
To compile and link your own code: To compile and link your own code:
+-------------------------------------------------------------------------------+ +------------------------------------------------------------------------------------------------+
| Caution: You must use the same version of Visual Studio as the build | | Caution: You must use the same version of Visual Studio as the build |
| You will need to use the "Visual Studio Command Prompt" | | You will need to use the "Visual Studio Command Prompt" |
| or initialise the DOS environment by calling vcvarsall.bat | | or initialise the DOS environment by calling vcvarsall.bat |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64>vcvars64.bat | | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" |
+-------------------------------------------------------------------------------+ +------------------------------------------------------------------------------------------------+
c:\> cd <bundle> c:\> cd <bundle>
<bundle>> cl /EHsc -Iinclude /MD samples\exifprint.cpp /link lib\exiv2.lib <bundle>> cl /EHsc -Iinclude /MD samples\exifprint.cpp /link lib\exiv2.lib

Loading…
Cancel
Save