mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Remove installation guide's recommendation to use Bazel's bind().
This commit is contained in:
parent
e292e0452f
commit
518267d34f
1 changed files with 3 additions and 8 deletions
11
INSTALL.md
11
INSTALL.md
|
@ -78,11 +78,6 @@ your WORKSPACE file:
|
|||
remote = "https://github.com/gflags/gflags.git",
|
||||
)
|
||||
|
||||
bind(
|
||||
name = "gflags",
|
||||
actual = "@com_github_gflags_gflags//:gflags",
|
||||
)
|
||||
|
||||
You can then add `//external:gflags` to the `deps` section of a `cc_binary` or
|
||||
`cc_library` rule, and `#include <gflags/gflags.h>` to include it in your source
|
||||
code.
|
||||
You can then add `@com_github_gflags_gflags//:gflags` to the `deps` section of a
|
||||
`cc_binary` or `cc_library` rule, and `#include <gflags/gflags.h>` to include it
|
||||
in your source code.
|
||||
|
|
Loading…
Add table
Reference in a new issue