File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
317317bazel build //...
@@ -566,6 +566,10 @@ properly format your code.
566566
567567Apache 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
You can’t perform that action at this time.
0 commit comments