aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index 6438657bae..ed85f14b04 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -12,4 +12,14 @@ See the instructions for installing Bazel on:
* [macOS](install-os-x.md)
* [Windows](install-windows.md)
+## Community-Supported Packages
+* [Arch Linux](https://www.archlinux.org/packages/community/x86_64/bazel/)
+* [Gentoo](https://packages.gentoo.org/packages/dev-util/bazel)
+* [Linuxbrew](https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/bazel.rb)
+* [Scoop](https://github.com/lukesampson/scoop/blob/master/bucket/bazel.json)
+* [Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel/default.nix)
+* [Parabola](https://www.parabola.nu/packages/?q=bazel)
+* [FreeBSD](Ports: https://www.freshports.org/devel/bazel)
+
+
For other platforms, you can try to [compile from source](install-compile-source.md).