aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Cole <[email protected]>2014-12-10 22:09:20 -0500
committerChris Cole <[email protected]>2014-12-10 22:09:20 -0500
commitfb1c8152741272bf526bb17fffa69c37b39eaa17 (patch)
tree16d4d5bbbe874647eb2755da0845fe6d3693e4c6 /README.md
parentAdded mod_word. (diff)
parentMerge pull request #117 from Ummon/master (diff)
downloadrust-openssl-fb1c8152741272bf526bb17fffa69c37b39eaa17.tar.xz
rust-openssl-fb1c8152741272bf526bb17fffa69c37b39eaa17.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index acb9b636..427f6e47 100644
--- a/README.md
+++ b/README.md
@@ -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.