Update version
This commit is contained in:
parent
0d8e0e04c9
commit
70a4eef049
|
|
@ -39,9 +39,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from
|
||||||
source. That can normally be done with:
|
source. That can normally be done with:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -O https://www.openssl.org/source/openssl-1.1.0f.tar.gz
|
curl -O https://www.openssl.org/source/openssl-1.1.0g.tar.gz
|
||||||
tar xf openssl-1.1.0f.tar.gz
|
tar xf openssl-1.1.0g.tar.gz
|
||||||
cd openssl-1.1.0f
|
cd openssl-1.1.0g
|
||||||
export CC=...
|
export CC=...
|
||||||
./Configure --prefix=... linux-x86_64 -fPIC
|
./Configure --prefix=... linux-x86_64 -fPIC
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue