Documentation: Simple switching between different vcpkg instances, or tags of your custom library #3021
Labels
category:documentation
To resolve the issue, documentation will need to be updated
We use a very simple system to tag our vcpkg custom build library:
As a sample, we use the following directory structure for our vcpkg:
c:\code\vcpkg <- this is the work directory and a hard-link to one of the following directories:
c:\code\vcpkg_trunk <- current development branch
c:\code\vcpkg_v201703 <- tagged library with time stamp
c:\code\vcpkg_...
Each tagged library version has an batch file to set it as active library:
LinkAsActive.bat:
#Uncomment and edit the following line as needed.
#mklink /J c:\code\vcpkg c:\code\vcpkg_...
Missing vcpkg features:
The text was updated successfully, but these errors were encountered: