[ARVADOS] updated: 17f836f358b242798a34e34abb0ec4b12cdff1df

git at public.curoverse.com git at public.curoverse.com
Wed Aug 20 15:52:31 EDT 2014


Summary of changes:
 doc/install/install-api-server.html.textile.liquid | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

       via  17f836f358b242798a34e34abb0ec4b12cdff1df (commit)
      from  8598092dfa7a5036417bba209a494c51812e9374 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 17f836f358b242798a34e34abb0ec4b12cdff1df
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Aug 20 15:51:41 2014 -0400

    Add libpcre3-dev dependency. Sort package names in apt-get install command.
    
    No issue #

diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index ff87749..3b39835 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -12,9 +12,11 @@ h2. Prerequisites:
 h2(#dependencies). Install dependencies
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev \
-    libxslt1.1 zlib1g-dev gettext bison libssl-dev libreadline-dev \
-    libpq-dev sqlite3 libsqlite3-dev build-essential wget postgresql sudo
+<pre><code>~$ <span class="userinput">sudo apt-get install \
+    bison build-essential gettext libcurl3 libcurl3-gnutls \
+    libcurl4-openssl-dev libpcre3-dev libpq-dev libreadline-dev \
+    libsqlite3-dev libssl-dev libxslt1.1 postgresql sqlite3 sudo \
+    wget zlib1g-dev
 </span></code></pre></notextile>
 
 h2(#ruby). Install Ruby and bundler

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list