litespeed-quic/wincompat
Dmitri Tikhonov fb3e20e0bc Fix Windows support 2020-06-03 00:20:46 -04:00
..
sys Fix Windows support 2020-06-03 00:20:46 -04:00
README.txt Fix Windows support 2020-06-03 00:20:46 -04:00
getopt.c Fix Windows support 2020-06-03 00:20:46 -04:00
getopt.h Fix Windows support 2020-06-03 00:20:46 -04:00
getopt1.c Fix Windows support 2020-06-03 00:20:46 -04:00
vc_compat.h Fix Windows support 2020-06-03 00:20:46 -04:00

README.txt

# Copyright (c) 2017 - 2020 LiteSpeed Technologies Inc.  See LICENSE.
- 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.

- 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 
  the paths for perl,ninja,etc. correctly. Also watch out for C runtime library mismatches with the externals you link.


- zlib and libevent do exist in vcpkg. 

- getopt files are really old and could probably use updating.