Lines Matching refs:gflags
4 No official binary distribution packages are provided by the gflags developers.
8 For example on Debian/Ubuntu Linux, gflags can be installed using the
17 The build system of gflags is since version 2.1 based on [CMake](http://cmake.org).
32 $ tar xzf gflags-$version-source.tar.gz
33 $ cd gflags-$version
46 In the following, only gflags-specific CMake settings available to
54 … | Installation directory, e.g., "/usr/local" on Unix and "C:\Program Files\gflags" on Windows.
61 BUILD_gflags_LIBS | Request build of multi-threaded gflags libraries (if threading librar…
62 BUILD_gflags_nothreads_LIBS | Request build of single-threaded gflags libraries.
63 …gflags library. Note that the public source header files are installed in a subdirectory named aft…
69 Using gflags with [Bazel](http://bazel.io)
72 To use gflags in a Bazel project, map it in as an external dependency by editing
78 remote = "https://github.com/gflags/gflags.git",
81 You can then add `@com_github_gflags_gflags//:gflags` to the `deps` section of a
82 `cc_binary` or `cc_library` rule, and `#include <gflags/gflags.h>` to include it