aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2017-10-23 08:11:52 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2017-10-24 11:01:16 -0400
commitb7ce1dce31ae1783fe0c515af9ca8cf719e3a880 (patch)
tree2feab1b4a2e74ac20a461ca3369ab15c94569097 /README.md
parenta5396d20845e8c92e6a8ee8ade246e23bc5defcf (diff)
downloaddagger2-b7ce1dce31ae1783fe0c515af9ca8cf719e3a880.tar.gz
Add instructions for building with bazel
https://github.com/google/dagger/issues/908 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173117199
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 232dc133f..71ac3fa30 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,12 @@ Developer snapshots are available from Sonatype's
[snapshot repository][dagger-snap], and are built on a clean build of
the GitHub project's master branch.
+## Building Dagger
+
+Dagger is built with [`bazel`]. The tests can be run with `bazel test //...`.
+`util/install-local-snapshot.sh` will build all of the Dagger libraries and
+install a copy in your local maven repository with the version `LOCAL-SNAPSHOT`.
+
## License
Copyright 2012 The Dagger Authors
@@ -196,6 +202,7 @@ the GitHub project's master branch.
limitations under the License.
[20api]: https://google.github.io/dagger/api/2.0/
+[`bazel`]: https://bazel.build
[community]: https://plus.google.com/communities/111933036769103367883
[dagger-snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/dagger/
[databinding]: https://developer.android.com/topic/libraries/data-binding/