Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.8.0
-
None
Description
I read https://github.com/apache/arrow/blob/master/cpp/README.md
I did the following instruction
On OS X, you can use Homebrew:
brew update && brew bundle --file=c_glib/Brewfile
I got the following result
% brew update && brew bundle -
file=c_glib/Brewfile (git)[master]
Updated 3 taps (caskroom/cask, caskroom/versions, homebrew/core).
==> Updated Formulae
git ✔ bit cryptopp envconsul fwup hugo just leptonica mlt pdnsrec wget
imagemagick@6 ✔ cocoapods dlib etcd gitlab-runner imagemagick khard libtomcrypt nss quicktype wtf
awscli conan dmd fn go imagesnap knot-resolver mariadb-connector-c orc-tools tomcat
bench cryfs dub folly godep jenkins kubernetes-helm micropython parallel vala
==> Tapping homebrew/bundle
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'...remote: Counting objects: 59, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 59 (delta 8), reused 13 (delta 3), pack-reused 0
Unpacking objects: 100% (59/59), done.
Tapped 0 formulae (130 files, 173.3KB)
Error: No Brewfile found
I need the following information to succeed
- I need to clone the Apache Arrow repository.
- I need to move to the top directory.