mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
compiles in debug/release. tests pass (in debug config at least)
This commit is contained in:
parent
0e7c6aad9e
commit
461e84d874
97 changed files with 4282 additions and 875 deletions
8
wincompat/README.txt
Normal file
8
wincompat/README.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
- 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. The easiest fix for me was to
|
||||
change the flags in the CMake cache file.
|
||||
|
||||
- zlib and libevent do exist in vcpkg.
|
||||
|
||||
- getopt files are really old and could probably use updating.
|
Loading…
Add table
Add a link
Reference in a new issue