We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macOS - with Homebrew
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.
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I encountered the error and found the Homebrew section need to add the installation of this:
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:
The text was updated successfully, but these errors were encountered: