diff options
| author | Steven Fackler <[email protected]> | 2018-01-25 15:46:46 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-25 15:46:46 -0800 |
| commit | 70a4eef049bf9cad691073a2bca2bd8536719497 (patch) | |
| tree | f29db69b9686ae4849a067011cb95bb813b18be1 /README.md | |
| parent | Fix diff link (diff) | |
| download | rust-openssl-70a4eef049bf9cad691073a2bca2bd8536719497.tar.xz rust-openssl-70a4eef049bf9cad691073a2bca2bd8536719497.zip | |
Update version
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.0f.tar.gz -tar xf openssl-1.1.0f.tar.gz -cd openssl-1.1.0f +curl -O https://www.openssl.org/source/openssl-1.1.0g.tar.gz +tar xf openssl-1.1.0g.tar.gz +cd openssl-1.1.0g export CC=... ./Configure --prefix=... linux-x86_64 -fPIC make -j$(nproc) |