ntex-rs / ntex

framework for composable networking services
Apache License 2.0
1.84k stars 105 forks source link

Compilation failed for windows #346

Closed tryor closed 2 months ago

tryor commented 2 months ago

failed to run custom build command for aws-lc-sys v0.15.0

ntex version: ntex = { version = "=1.2.1", features = ["tokio", "rustls"] }

tool chain: 1.76-x86_64-pc-windows-msvc

What can be done to solve this problem? Thanks

fafhrd91 commented 2 months ago

this error is from rustls crate. you need cmake and nasm, also check rustls docs

tryor commented 2 months ago

Thanks for your prompt reply, I'll give it a try.