Skip to content

Commit a7d1919

Browse files
authored
doc: add note about minimum Bazel (#9816)
1 parent 89dc04e commit a7d1919

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ run the examples included with the libraries.
310310

311311
### Building with Bazel
312312

313-
This library requires Bazel >= 4.0. From the top-level directory, run the usual
314-
commands.
313+
This library requires Bazel >= 4.0[^bazel-version-note]. From the top-level
314+
directory, run the usual commands.
315315

316316
```shell
317317
bazel build //...
@@ -566,6 +566,10 @@ properly format your code.
566566
567567
Apache 2.0; see [`LICENSE`](/LICENSE) for details.
568568
569+
[^bazel-version-note]: On some platforms (e.g. macOS with M1 processors), you
570+
may need a more recent version of Bazel. Consult the
571+
[Bazel Install Guide](https://bazel.build/install) for details.
572+
569573
[changelog]: /CHANGELOG.md
570574
[codecov-link]: https://codecov.io/gh/googleapis/google-cloud-cpp
571575
[codecov-shield]: https://codecov.io/gh/googleapis/google-cloud-cpp/branch/main/graph/badge.svg

0 commit comments

Comments
 (0)