Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Doc] Missing dependency glog in macOS - with Homebrew section #26

Open
snowmantw opened this issue Oct 29, 2018 · 0 comments
Open

Comments

@snowmantw
Copy link

I encountered the error and found the Homebrew section need to add the installation of this:

brew install glog

While the APT section already has it: libgoogle-glog-dev.

And actually for MacOSX user there is another bison version issue, which means maybe the section should be:

xcode-select --install
brew install git autoconf automake libtool pkg-config protobuf coreutils glog

# If bison is too old: (`bison -V` == 2.3)
brew install bison
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.bash_profile
export LDFLAGS="-L/usr/local/opt/bison/lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant