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

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


The following commit(s) were added to refs/heads/master by this push:
     new c81b738  ARROW-6715: [Website] Describe "non-free" component is needed 
for Plasma packages in install page
c81b738 is described below

commit c81b738ac04eba2524f1163f15b3f609f04569d1
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Jan 11 06:35:58 2021 +0900

    ARROW-6715: [Website] Describe "non-free" component is needed for Plasma 
packages in install page
    
    Closes #86 from kou/install-plasma-non-free and squashes the following 
commits:
    
    7fc190da9 <Sutou Kouhei>  Describe "non-free" component is needed for 
Plasma packages in install page
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 install.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/install.md b/install.md
index 3feb295..48e8a3f 100644
--- a/install.md
+++ b/install.md
@@ -93,6 +93,10 @@ 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 libarrow-dataset-dev # For Arrow Dataset C++
 sudo apt install -y -V libarrow-flight-dev # For Flight C++
+# Notes for Plasma related packages:
+#   * You need to enable "non-free" component on Debian GNU/Linux
+#   * You need to enable "multiverse" component on Ubuntu
+#   * You can use Plasma related packages only on amd64
 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++

Reply via email to