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

Build instructions on building glog from source are no longer correct #219

Open
CaptJak opened this issue Jul 16, 2021 · 0 comments
Open

Comments

@CaptJak
Copy link

CaptJak commented Jul 16, 2021

https://github.com/google/glog no longer contains the 'configure' script, but instead provides instructions for cmake to build and install.

i.e.

cd glog
./configure # add --with-gflags=whereyouinstalledgflags
# to avoid ERROR: unknown command line flag 'minloglevel' later
make -j && sudo make install

is incorrect unless you're using an older version of glog. glog-0.3.5 still has the configure script and works without problem.

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