aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Rishabh Chakrabarti <rishabh.chakrabarti@protonmail.com>2018-07-17 09:02:15 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-17 09:03:59 -0700
commit7c8607eb87a85700016e4ba0f1c2fb6070b83e4d (patch)
tree0fdbbbb3b17d180dcaa09b06567d24a7f36d6b27 /site
parent9de215db31bc6e8f4becf7058d33fe1d82b0ac9f (diff)
Adds documentation for community supported platforms
Add instructions for community maintained packages. Ref : Github issue #5332 @jin Is this how you want it? Closes #5582. PiperOrigin-RevId: 204919383
Diffstat (limited to 'site')
-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).