diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-03 12:33:34 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-03 12:49:53 -0800 |
commit | 82db54c82279bfd91a9ab703444488d2ba6aa03c (patch) | |
tree | dd392fe4609d337c42bb4879869165e4bf5b908a /README.md | |
parent | fd680e8a336f8870a411a3047c45b47ee72beb37 (diff) | |
download | rust-openssl-82db54c82279bfd91a9ab703444488d2ba6aa03c.zip |
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. |