From 8bd240cc9bb691576c06e83073795c5b63286389 Mon Sep 17 00:00:00 2001 From: "tube@tube-ThinkPad-X100e.(none)" Date: Tue, 19 Aug 2014 15:43:31 +0000 Subject: [PATCH] Download and compile contrib-files. FossilOrigin-Name: f6f171660946ae751998a83438b9ee2d1db63b85bb745a18171feef7bfc8e6fc --- src/contrib/install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 src/contrib/install.sh diff --git a/src/contrib/install.sh b/src/contrib/install.sh new file mode 100755 index 00000000..3746a202 --- /dev/null +++ b/src/contrib/install.sh @@ -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 + +