diff options
| author | Steven Fackler <[email protected]> | 2017-08-29 22:00:34 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-08-29 22:00:34 -0700 |
| commit | 811be8dae2daba8f976354ea0bbae26f4673f7ba (patch) | |
| tree | 36245f601230f63e484343a7ceba0385294197cf /README.md | |
| parent | Simplify circle config a bit (diff) | |
| download | rust-openssl-811be8dae2daba8f976354ea0bbae26f4673f7ba.tar.xz rust-openssl-811be8dae2daba8f976354ea0bbae26f4673f7ba.zip | |
Update version in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,9 +39,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.0e.tar.gz -tar xf openssl-1.1.0e.tar.gz -cd openssl-1.1.0e +curl -O https://www.openssl.org/source/openssl-1.1.0f.tar.gz +tar xf openssl-1.1.0f.tar.gz +cd openssl-1.1.0f export CC=... ./Configure --prefix=... linux-x86_64 -fPIC make -j$(nproc) |