diff options
author | awlx <awlnx@penguinfriends.org> | 2016-02-25 13:19:45 +0100 |
---|---|---|
committer | awlx <awlnx@penguinfriends.org> | 2016-02-25 13:19:45 +0100 |
commit | de75f04e773508eba46d004d982af2bd2ed89a63 (patch) | |
tree | edce5c6b5966da2e191a620a1b4f86c7a11be0b6 | |
parent | 604fe69d24a42881244b37a9368a745f3335989b (diff) |
Added needed dependency for GIT remote functionality via SSH
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |