Download and compile contrib-files.
FossilOrigin-Name: f6f171660946ae751998a83438b9ee2d1db63b85bb745a18171feef7bfc8e6fc
This commit is contained in:
parent
dc7e738cbe
commit
8bd240cc9b
9
src/contrib/install.sh
Executable file
9
src/contrib/install.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
wget https://www.openssl.org/source/openssl-1.0.1i.tar.gz
|
||||
tar xzvf openssl-1.0.1i.tar.gz
|
||||
cd openssl-1.0.1i
|
||||
./config
|
||||
make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user