Merge branch '21504-arv-mount-reference'
[arvados.git] / doc / sdk / cli / install.html.textile.liquid
index 207809780295efac18dbc850540c50449f12d3d2..e0d50b874b9251ea3074e31a3f91538bb282f4ab 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: default
 navsection: sdk
-navmenu: CLI
+navmenu: Command line tools (CLI SDK)
 title: "Installation"
 ...
 {% comment %}
@@ -14,21 +14,19 @@ Arvados CLI tools are written in Ruby and Python.  To use the @arv@ command, you
 
 h2. Prerequisites
 
-# "Install Ruby and Bundler":../../install/ruby.html
+# "Install Ruby":../../install/ruby.html
 # "Install the Python SDK":../python/sdk-python.html
 
-h2. Option 1: Install distribution package
+The SDK uses @curl@ which depends on the @libcurl@ C library.  To build the module you may have to install additional packages.  On Debian 10 this is:
 
-First, configure the "Arvados package repositories":../../install/packages.html
-
-{% assign arvados_component = 'arvados-cli' %}
-
-{% include 'install_packages' %}
+<pre>
+$ apt-get install build-essential libcurl4-openssl-dev
+</pre>
 
-h2. Option 2: Install from RubyGems
+h2. Install from RubyGems
 
 <notextile>
 <pre>
-~$ <code class="userinput">sudo -i gem install arvados-cli</code>
+# <code class="userinput">gem install arvados-cli</code>
 </pre>
 </notextile>