Skip to content

Commit

Permalink
README: add documentation about Bazel "override_repository"
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed May 26, 2021
1 parent d7ab3c2 commit f8537e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Bazel 3 or later is required.

Bazel manages most dependencies.

Dependencies are specified by the `WORKSPACE` file. Sometimes you may want to override a specific dependency with a local repository for easier development. To do that, use `override_repository` Bazel command line argument. For example, `--override_repository=libtorrent=/path/to/local/libtorrent`.

Unmanaged dependencies:

- GCC/Clang compiler toolchain and C/C++ development files (C++17 support required)
Expand Down

0 comments on commit f8537e3

Please sign in to comment.