This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new afb050f  ARROW-4310: [Website] Update install document for 0.12.0
afb050f is described below

commit afb050fd9b0b2f23be9d20d483374387604b9654
Author: Kouhei Sutou <[email protected]>
AuthorDate: Mon Jan 21 13:27:09 2019 +0100

    ARROW-4310: [Website] Update install document for 0.12.0
    
    Author: Kouhei Sutou <[email protected]>
    
    Closes #3442 from kou/doc-update-install and squashes the following commits:
    
    4cd4563c <Kouhei Sutou>  Update install document for 0.12.0
---
 site/install.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/site/install.md b/site/install.md
index d72323d..86d0221 100644
--- a/site/install.md
+++ b/site/install.md
@@ -44,8 +44,8 @@ See the [release notes][10] for more about what's new.
 We have provided binary conda packages on [conda-forge][5] for the following
 platforms:
 
-* Linux and macOS (Python 2.7, 3.5, and 3.6)
-* Windows (Python 3.5 and 3.6)
+* Linux and macOS (Python 2.7, 3.6 and 3.7)
+* Windows (Python 3.6 and 3.7)
 
 Install them with:
 
@@ -78,6 +78,7 @@ Apache Arrow GLib (C). Here are supported platforms:
 * Ubuntu 14.04 LTS
 * Ubuntu 16.04 LTS
 * Ubuntu 18.04 LTS
+* Ubuntu 18.10
 * CentOS 6
 * CentOS 7
 
@@ -94,8 +95,12 @@ APT_LINE
 sudo apt update
 sudo apt install -y -V libarrow-dev # For C++
 sudo apt install -y -V libarrow-glib-dev # For GLib (C)
+sudo apt install -y -V libplasma-dev # For Plasma C++
+sudo apt install -y -V libplasma-glib-dev # For Plasma GLib (C)
+sudo apt install -y -V libgandiva-dev # For Gandiva C++
+sudo apt install -y -V libgandiva-glib-dev # For Gandiva GLib (C)
 sudo apt install -y -V libparquet-dev # For Apache Parquet C++
-sudo apt install -y -V libparquet-glib-dev # For Parquet GLib (C)
+sudo apt install -y -V libparquet-glib-dev # For Apache Parquet GLib (C)
 ```
 
 CentOS:
@@ -119,10 +124,10 @@ sudo yum install -y --enablerepo=epel parquet-glib-devel 
# For Parquet GLib (C)
 [1]: {{site.data.versions['current'].mirrors}}
 [2]: {{site.data.versions['current'].github-tag-link}}
 [4]: {{site.data.versions['current'].java-artifacts}}
-[5]: http://conda-forge.github.io
+[5]: https://conda-forge.github.io
 [6]: {{site.data.versions['current'].mirrors-tar}}
 [10]: {{site.data.versions['current'].release-notes}}
-[11]: http://www.apache.org/dist/arrow/KEYS
+[11]: https://www.apache.org/dist/arrow/KEYS
 [12]: https://www.apache.org/dyn/closer.cgi#verify
 [13]: {{site.data.versions['current'].asc}}
 [14]: {{site.data.versions['current'].sha256}}

Reply via email to