Add curl library dependency to shell install guide.
authorBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 09:39:27 +0000 (04:39 -0500)
committerBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 09:39:27 +0000 (04:39 -0500)
No isse #.

doc/install/install-shell-server.html.textile.liquid

index ec4c9d46cc8ee7c98a097baa3ddad49f55bd760c..dd5995ffdde442c85f665cb5feae14fd9b0fe879 100644 (file)
@@ -12,7 +12,21 @@ Please follow the "API token guide":../user/reference/api-tokens.html to get API
 
 h2. Install the Ruby SDK and utilities
 
-If you're using RVM:
+First, install the curl development libraries necessary to build the Arvados Ruby SDK.  On Debian-based systems:
+
+<notextile>
+<pre><code>~$ <span class="userinput">sudo apt-get install libcurl4-openssl-dev</span>
+</code></pre>
+</notextile>
+
+On Red Hat-based systems:
+
+<notextile>
+<pre><code>~$ <span class="userinput">sudo yum install libcurl-devel</span>
+</code></pre>
+</notextile>
+
+Next, install the arvados-cli Ruby gem.  If you're using RVM:
 
 <notextile>
 <pre><code>~$ <span class="userinput">sudo /usr/local/rvm/bin/rvm-exec default gem install arvados-cli</span>