Skip to content

Commit

Permalink
ARROW-2738: [GLib] Use Brewfile on installation process
Browse files Browse the repository at this point in the history
Author: Manabu Ejima <jemiam@gmail.com>

Closes #2158 from jemiam/use-brewfile-on-installation-process and squashes the following commits:

9e9fedf [Manabu Ejima] Use Brewfile on installation process
  • Loading branch information
jemiam authored and kou committed Jun 26, 2018
1 parent 27ddd3f commit 2484278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions c_glib/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# under the License.

brew "autoconf-archive"
brew "automake"
brew "boost", args: ["1.66.0"]
brew "ccache"
brew "cmake"
Expand Down
2 changes: 1 addition & 1 deletion c_glib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ On CentOS 7 or later:
On macOS with [Homebrew](https://brew.sh/):

```text
% brew install -y automake gtk-doc gobject-introspection
% brew bundle
```

Now, you can build Arrow GLib:
Expand Down

0 comments on commit 2484278

Please sign in to comment.