Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 52 forks source link

Windows compile requires OpenSSL #53

Closed Zarathustra30 closed 9 years ago

Zarathustra30 commented 9 years ago

Build fails on Windows 7 with the "ssl" feature enabled, due to lack of OpenSSL.

While Rustful is not at fault, there should be a note in the README stating that OpenSSL is a dependency.

Furthermore, it would be nice (but not necessary) to include OpenSSL installation instructions. Unfortunately, the instructions found in the rust-openssl repository didn't work, so I do not know any install procedure.

Ogeon commented 9 years ago

Yeah, a note about the dependency is a good idea. I'm not really a Windows guy, so I don't know if my method is correct, but I guess I could write something based on what I do in appveyor.yml.

Ogeon commented 9 years ago

Do you think the current notice is enough?

Zarathustra30 commented 9 years ago

The current notice is excellent. Thank you. I thought I put something in my close message, but I guess I didn't.

Ogeon commented 9 years ago

Alright :smile: