2018-03-13 02:56:06 +00:00
|
|
|
- only debug and release are expected in the Cmakelists.txt. If you need a different config, please follow the model in that file to add it.
|
|
|
|
|
2018-03-12 22:25:01 +00:00
|
|
|
- vcpkg does not have boringssl, so you'll have to build it yourself. Follow the instructions at the boringssl repository.
|
|
|
|
With the caveat that you should do it from a VC command prompt for the correct architecture and make sure to set all
|
2018-03-13 02:56:06 +00:00
|
|
|
the paths for perl,ninja,etc. correctly. Also watch out for C runtime library mismatches with the externals you link.
|
|
|
|
|
2018-03-12 22:25:01 +00:00
|
|
|
|
|
|
|
- zlib and libevent do exist in vcpkg.
|
|
|
|
|
|
|
|
- getopt files are really old and could probably use updating.
|