build fails on windows #43
parthibx24
started this conversation in
General
Replies: 1 comment
-
@parthibx24 Thank you for your detailed feedback and suggestions! As outlined in the project documentation , TQUIC does not currently support Windows OS. However, We plan to extend its support to Windows in later versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When building in a windows environment I encountered the following issues.
1. cant find ssl and crypto libraries
Looks like the libraries are stored under the
out/build/Debug
folder notout/build
. Can be fixed by adding this folder in build.rs.2. tikv-jemallocator wont compile
as a workaround this library can be disabled for windows
Beta Was this translation helpful? Give feedback.
All reactions