From de75f04e773508eba46d004d982af2bd2ed89a63 Mon Sep 17 00:00:00 2001 From: awlx Date: Thu, 25 Feb 2016 13:19:45 +0100 Subject: Added needed dependency for GIT remote functionality via SSH --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 370d07b..cd5a5e4 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ gem install oxidized-script oxidized-web # if you don't install oxidized-web, ma ## CentOS, Oracle Linux, Red Hat Linux version 6 Install Ruby 1.9.3 or greater (for Ruby 2.1.2 installation instructions see "Installing Ruby 2.1.2 using RVM"), then install Oxidized dependencies ```shell -yum install cmake sqlite-devel openssl-devel +yum install cmake sqlite-devel openssl-devel libssh2-devel ``` Now lets install oxidized via Rubygems: @@ -202,7 +202,7 @@ Install Ruby 2.1.2 build dependencies ``` yum install curl gcc-c++ patch readline readline-devel zlib zlib-devel yum install libyaml-devel libffi-devel openssl-devel make cmake -yum install bzip2 autoconf automake libtool bison iconv-devel +yum install bzip2 autoconf automake libtool bison iconv-devel libssh2-devel ``` Install RVM -- cgit v1.2.1