Download and compile contrib-files.

FossilOrigin-Name: f6f171660946ae751998a83438b9ee2d1db63b85bb745a18171feef7bfc8e6fc
This commit is contained in:
tube@tube-ThinkPad-X100e.(none) 2014-08-19 15:43:31 +00:00
parent dc7e738cbe
commit 8bd240cc9b
1 changed files with 9 additions and 0 deletions

9
src/contrib/install.sh Executable file
View 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