Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Add link to pre-built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem committed Jul 5, 2020
1 parent 5c9bfdc commit 36e4dca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Now you can use the `bazel` command to build other projects. Check its version w
bazel version
```

This should show smoething like:
This should show something like:

```shell
Extracting Bazel installation...
Expand Down Expand Up @@ -97,6 +97,10 @@ I needed Bazel to build [TensorFlow Addons](https://www.tensorflow.org/addons),

Because I don't trust a random person's binary files on a Google Drive, I decided to build Bazel myself.

## Pre-built binaries

I recommend you to build Bazel yourself, but if you really don't want to do it, you can download [binary releases](https://github.com/koenvervloesem/bazel-on-arm/releases) built by this project.

## References

When I was searching for a Bazel build for Raspberry Pi, I encountered the following projects, which I didn't use for various reasons but they gave some helpful background information about building Bazel on ARM:
Expand Down

0 comments on commit 36e4dca

Please sign in to comment.