diff options
| author | Steven Fackler <[email protected]> | 2014-12-03 12:57:49 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-12-03 12:57:49 -0800 |
| commit | b91a267082d3066bb369d3aa5b572d48b9ed8ded (patch) | |
| tree | c7e79a4b158258247b2cf9ee015ea19741ff4f2c /README.md | |
| parent | Fix doc test and stop doc upload (diff) | |
| parent | Allow passing in Android paths (diff) | |
| download | rust-openssl-b91a267082d3066bb369d3aa5b572d48b9ed8ded.tar.xz rust-openssl-b91a267082d3066bb369d3aa5b572d48b9ed8ded.zip | |
Merge pull request #109 from Manishearth/android
Allow passing in Android paths
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ For some reason, the OpenSSL distribution for Windows is structured differently, 1. Run `sudo apt-get install libssl-dev`. 2. Run `cargo build`. +###Android +1. Follow the steps [here](wiki.openssl.org/index.php/Android) to build OpenSSL for android +2. Provide the path to the libssl and libcrypto binaries via `$OPENSSL_PATH` +3. Build the package with `cargo build` + ###Windows 1. Grab the latest Win32 OpenSSL installer [here][1]. At the time of this writing, it's v1.0.1i. If you're using 64-bit Rust (coming to Windows soon), then you should get the Win64 installer instead. |