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

wesm 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 f257b00  ARROW-1746: [Python] Add build dependencies for Arch Linux
f257b00 is described below

commit f257b0016b71b804d79e2359983bc2067c9788a4
Author: Korn, Uwe <uwe.k...@blue-yonder.com>
AuthorDate: Sun Oct 29 20:35:19 2017 -0400

    ARROW-1746: [Python] Add build dependencies for Arch Linux
    
    Author: Korn, Uwe <uwe.k...@blue-yonder.com>
    
    Closes #1262 from xhochy/ARROW-1746 and squashes the following commits:
    
    d5381cc2 [Korn, Uwe] ARROW-1746: [Python] Add build dependencies for Arch 
Linux
---
 python/doc/source/development.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/python/doc/source/development.rst 
b/python/doc/source/development.rst
index 093c6c0..3ca460d 100644
--- a/python/doc/source/development.rst
+++ b/python/doc/source/development.rst
@@ -111,7 +111,7 @@ building Arrow C++:
    brew update && brew bundle --file=python/Brewfile
 
 On Debian/Ubuntu, you need the following minimal set of dependencies. All other
-dependencies will be automatically built by Arrow' thrid-party toolchain.
+dependencies will be automatically built by Arrow's third-party toolchain.
 
 .. code-block:: shell
 
@@ -119,6 +119,12 @@ dependencies will be automatically built by Arrow' 
thrid-party toolchain.
                           libboost-filesystem-dev \
                           libboost-system-dev
 
+On Arch Linux, you can get these dependencies via pacman.
+
+.. code-block:: shell
+
+   $ sudo pacman -S jemalloc boost
+
 Now, let's create a Python virtualenv with all Python dependencies in the same
 folder as the repositories and a target installation folder:
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <commits@arrow.apache.org>'].

Reply via email to