blob: edfe5e231966a774f8c83ccce024ccdcaabe4091 [file] [log] [blame] [view]
Kristina Chodorow974b2082015-03-31 14:49:30 +00001---
dzc22b85a22017-05-31 20:37:50 +02002layout: documentation
3title: Installing Bazel
Kristina Chodorow974b2082015-03-31 14:49:30 +00004---
dzc22b85a22017-05-31 20:37:50 +02005
6# Installing Bazel
7
8See the instructions for installing Bazel on:
9
Jingwen Chen43f792d2018-11-06 07:40:09 -080010* [Ubuntu Linux](install-ubuntu.md)
Nikhita Raghunathc4dc7ee2018-06-28 09:07:42 -070011* [Fedora 25, 26, 27, 28, and CentOS 7](install-redhat.md)
William Entriken3e0c5452017-11-13 08:26:23 -080012* [macOS](install-os-x.md)
Googler1a72fb72017-09-12 14:18:30 +020013* [Windows](install-windows.md)
dzc22b85a22017-05-31 20:37:50 +020014
Rishabh Chakrabarti7c8607e2018-07-17 09:02:15 -070015## Community-Supported Packages
16* [Arch Linux](https://www.archlinux.org/packages/community/x86_64/bazel/)
17* [Gentoo](https://packages.gentoo.org/packages/dev-util/bazel)
18* [Linuxbrew](https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/bazel.rb)
Vladimir Chebotarev71993c42019-05-08 10:15:22 -070019* [Scoop](https://github.com/scoopinstaller/scoop-main/blob/master/bucket/bazel.json)
Rishabh Chakrabarti7c8607e2018-07-17 09:02:15 -070020* [Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel/default.nix)
21* [Parabola](https://www.parabola.nu/packages/?q=bazel)
Li-Wen Hsu4bdda3e2018-09-04 08:49:35 -070022* [FreeBSD](https://www.freshports.org/devel/bazel)
Rishabh Chakrabarti7c8607e2018-07-17 09:02:15 -070023
Gustavo Storti Salibi3a11c182018-12-05 08:00:59 -080024## Community-Supported Architectures
25* [ppc64le](https://oplab9.parqtec.unicamp.br/pub/ppc64el/bazel)
26
Rishabh Chakrabarti7c8607e2018-07-17 09:02:15 -070027
dzc22b85a22017-05-31 20:37:50 +020028For other platforms, you can try to [compile from source](install-compile-source.md).