Skip to content
New issue

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

Add building instructions for Windows #152

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

Immersion95
Copy link
Contributor

Rust can't build asm-hashes with MSVC at the moment --->RustCrypto/asm-hashes#17

  • cargo build --release --target x86_64-pc-windows-gnu

Of course you have to add MSYS2-mingw-w64 to the variable PATH to use gcc.exe

You can also build it without asm-hashes :

  • cargo build --release --no-default-features --features use-rustls

Closes #151

Rust can't build asm-hashes with MSVC at the moment :
cargo build --release --no-default-features --features use-rustls

Or build with GNU : 
cargo build --release --target x86_64-pc-windows-gnu
@alucryd alucryd merged commit ca779d9 into alucryd:master Jul 18, 2024
@alucryd
Copy link
Owner

alucryd commented Jul 18, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request] Add building instructions for Windows
2 participants