We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照”Platforms.md“文档中windows 编译xquic 失败了
windows 10 visual studio 2019 xquic 1.7.1
使用boringssl 可以正常编译出lib来,按下面的步骤编译xquic工程:
step 3:build xquic mkdir build cd build cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DBUILD_SHARED_LIBS=OFF -DSSL_TYPE="boringssl" -DSSL_PATH="E:\demos\lsquic\boringssl" .. MSBuild.exe xquic.vcxproj
No response
The text was updated successfully, but these errors were encountered:
Fixed by PR #413 (merged)
Sorry, something went wrong.
No branches or pull requests
What happened?
按照”Platforms.md“文档中windows 编译xquic 失败了
windows 10
visual studio 2019
xquic 1.7.1
Steps To Reproduce
使用boringssl 可以正常编译出lib来,按下面的步骤编译xquic工程:
step 3:build xquic
mkdir build
cd build
cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DBUILD_SHARED_LIBS=OFF -DSSL_TYPE="boringssl" -DSSL_PATH="E:\demos\lsquic\boringssl" ..
MSBuild.exe xquic.vcxproj
Relevant log output
No response
The text was updated successfully, but these errors were encountered: