Skip to content

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

@CaptJak

Description

@CaptJak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions