README.txt revision 461e84d8
1- vcpkg does not have boringssl, so you'll have to build it yourself. Follow the instructions at the boringssl repository.
2  With the caveat that you should do it from a VC command prompt for the correct architecture and make sure to set all 
3  the paths for perl,ninja,etc. correctly. Also watch out for C runtime library mismatches. The easiest fix for me was to
4  change the flags in the CMake cache file.
5
6- zlib and libevent do exist in vcpkg. 
7
8- getopt files are really old and could probably use updating.