Bartleby 0.1.0
A symbol renaming toolkit
Loading...
Searching...
No Matches
Using Bazel

It is highly recommended to use bazelisk instead of bazel.

Bartleby has been tested with Bazel 6.1.1.

The Bartleby library is the //bartleby/lib/Bartleby:bartleby target, and the Bartleby CLI is the //bartleby/tools/Bartleby:bartleby target.

$ bazel build ...
$ bazel run //bartleby/tools/Bartleby:bartleby

Note: the final CLI binary is usually available under the bazel-bin/bartleby/tools/Bartleby/ directory.

Bartleby can also be built in release mode, using the -c opt option:

$ bazel build -c opt ...
$ bazel run -c opt //bartleby/tools/Bartleby:bartleby
See also
Bazel build system and About Bazelisk