Merge branch '6605-arv-copy-http' closes #6605
[arvados.git] / doc / _includes / _install_ruby_and_bundler.liquid
index 724b052eb9620f4e5f53d4f0949f2c5c74d9d593..cd1aeaf989caa1b67b775d75b1985cc6d2c1fcdf 100644 (file)
@@ -36,7 +36,7 @@ Install prerequisites for CentOS 6:
 <pre><code><span class="userinput">sudo yum install \
     libyaml-devel glibc-headers autoconf gcc-c++ glibc-devel \
     patch readline-devel zlib-devel libffi-devel openssl-devel \
-    automake libtool bison sqlite-devel
+    automake libtool bison sqlite-devel tar
 </span></code></pre></notextile>
 
 Install prerequisites for Ubuntu 12.04 or 14.04:
@@ -45,7 +45,7 @@ Install prerequisites for Ubuntu 12.04 or 14.04:
 <pre><code><span class="userinput">sudo apt-get install \
     gawk g++ gcc make libc6-dev libreadline6-dev zlib1g-dev libssl-dev \
     libyaml-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev \
-    libncurses5-dev automake libtool bison pkg-config libffi-dev
+    libncurses5-dev automake libtool bison pkg-config libffi-dev curl
 </span></code></pre></notextile>
 
 Build and install Ruby: