You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/01/23 14:02:09 UTC

[arrow] branch master updated: ARROW-2018: [C++] fix Build instruction on macOS and Homebrew

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 0930b1d  ARROW-2018: [C++] fix Build instruction on macOS and Homebrew
0930b1d is described below

commit 0930b1d0ed9b649ba3e538a13960c8407ac6bc12
Author: yosuke shiro <ys...@gmail.com>
AuthorDate: Tue Jan 23 09:02:02 2018 -0500

    ARROW-2018: [C++] fix Build instruction on macOS and Homebrew
    
    Author: yosuke shiro <ys...@gmail.com>
    
    Closes #1496 from shiro615/build-instruction-on-macos-and-homebrew-is-incomplete and squashes the following commits:
    
    6b32f687 [yosuke shiro] [C++] fix Build instruction on macOS and Homebrew
---
 cpp/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpp/README.md b/cpp/README.md
index 39a1cca..d2262a6 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -42,6 +42,8 @@ sudo apt-get install cmake \
 On OS X, you can use [Homebrew][1]:
 
 ```shell
+git clone https://github.com/apache/arrow.git
+cd arrow
 brew update && brew bundle --file=c_glib/Brewfile
 ```
 

-- 
To stop receiving notification emails like this one, please contact
wesm@apache.org.