Skip to content

Commit

Permalink
Update BUILDING.md to reflect recent changes.
Browse files Browse the repository at this point in the history
Change-Id: Iac8903d834b1cdf5b1f152ae6317be442e299fa8
  • Loading branch information
tdbhacks committed May 18, 2023
1 parent eeb5ada commit ef6cf1a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Building

The project is built using the [Bazel](https://bazel.build) build tool, version 4,
release 4.2.1 or later. As of this 2022-02-04, the project is compatible with
Bazel 5.x.
The project is built using the [Bazel](https://bazel.build) build tool, version 6,
release 6.1.1 or later. Bazelisk is the recommended way to install Bazel on
Ubuntu, Windows, and macOS. It automatically downloads and installs the
appropriate version of Bazel, based on the .bazelversion file in this project.
See https://bazel.build/install/bazelisk for additional information.

All targets can be built and tested by invoking `bazel test ...` at the
command line.
All targets can be built and tested by invoking `bazelisk test ...` at the
command line (or `bazel test ...` if you are not using `bazelisk`).

The project's dependencies will be downloaded and built automatically during the
build process.
Expand All @@ -31,15 +33,15 @@ The project is built and tested by Google on the following platforms.

### macOS

* Operating System: macOS 10.15+
* Operating System: macOS 11+
* Architecture: amd64
* Compiler: Apple Clang (Xcode 12)

### Windows

* Operating System: Windows 8.1+ or Windows Server 2012 R2+
* Architecture: amd64
* Compiler: MSVC 2019
* Compiler: MSVC 2022

## Configuration Options

Expand Down Expand Up @@ -82,4 +84,4 @@ Bazel command line. For example:

```sh
bazel test --config m32 ...
```
```

0 comments on commit ef6cf1a

Please sign in to comment.