diff options
| author | Steven Fackler <[email protected]> | 2017-02-16 08:55:31 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-02-16 08:55:31 -0800 |
| commit | e18d000f32f928dcd3dc6abbbaf83150f0eaf272 (patch) | |
| tree | e0a56d4c6dc2c29aff7d673c73e82666e489dc9e /README.md | |
| parent | De-quote README line (diff) | |
| download | rust-openssl-e18d000f32f928dcd3dc6abbbaf83150f0eaf272.tar.xz rust-openssl-e18d000f32f928dcd3dc6abbbaf83150f0eaf272.zip | |
Update 1.1.0 version
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -37,9 +37,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from source. That can normally be done with: ``` -curl -O https://www.openssl.org/source/openssl-1.1.0c.tar.gz -tar xf openssl-1.1.0c.tar.gz -cd openssl-1.1.0c +curl -O https://www.openssl.org/source/openssl-1.1.0e.tar.gz +tar xf openssl-1.1.0e.tar.gz +cd openssl-1.1.0e export CC=... ./Configure --prefix=... linux-x86_64 -fPIC make -j$(nproc) |