Kristina Chodorow | 974b208 | 2015-03-31 14:49:30 +0000 | [diff] [blame] | 1 | --- |
dzc | 22b85a2 | 2017-05-31 20:37:50 +0200 | [diff] [blame] | 2 | layout: documentation |
| 3 | title: Installing Bazel |
Kristina Chodorow | 974b208 | 2015-03-31 14:49:30 +0000 | [diff] [blame] | 4 | --- |
dzc | 22b85a2 | 2017-05-31 20:37:50 +0200 | [diff] [blame] | 5 | |
| 6 | # Installing Bazel |
| 7 | |
| 8 | See the instructions for installing Bazel on: |
| 9 | |
Jingwen Chen | 43f792d | 2018-11-06 07:40:09 -0800 | [diff] [blame] | 10 | * [Ubuntu Linux](install-ubuntu.md) |
Nikhita Raghunath | c4dc7ee | 2018-06-28 09:07:42 -0700 | [diff] [blame] | 11 | * [Fedora 25, 26, 27, 28, and CentOS 7](install-redhat.md) |
William Entriken | 3e0c545 | 2017-11-13 08:26:23 -0800 | [diff] [blame] | 12 | * [macOS](install-os-x.md) |
Googler | 1a72fb7 | 2017-09-12 14:18:30 +0200 | [diff] [blame] | 13 | * [Windows](install-windows.md) |
dzc | 22b85a2 | 2017-05-31 20:37:50 +0200 | [diff] [blame] | 14 | |
Rishabh Chakrabarti | 7c8607e | 2018-07-17 09:02:15 -0700 | [diff] [blame] | 15 | ## 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 Chebotarev | 71993c4 | 2019-05-08 10:15:22 -0700 | [diff] [blame] | 19 | * [Scoop](https://github.com/scoopinstaller/scoop-main/blob/master/bucket/bazel.json) |
Rishabh Chakrabarti | 7c8607e | 2018-07-17 09:02:15 -0700 | [diff] [blame] | 20 | * [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 Hsu | 4bdda3e | 2018-09-04 08:49:35 -0700 | [diff] [blame] | 22 | * [FreeBSD](https://www.freshports.org/devel/bazel) |
Rishabh Chakrabarti | 7c8607e | 2018-07-17 09:02:15 -0700 | [diff] [blame] | 23 | |
Gustavo Storti Salibi | 3a11c18 | 2018-12-05 08:00:59 -0800 | [diff] [blame] | 24 | ## Community-Supported Architectures |
| 25 | * [ppc64le](https://oplab9.parqtec.unicamp.br/pub/ppc64el/bazel) |
| 26 | |
Rishabh Chakrabarti | 7c8607e | 2018-07-17 09:02:15 -0700 | [diff] [blame] | 27 | |
dzc | 22b85a2 | 2017-05-31 20:37:50 +0200 | [diff] [blame] | 28 | For other platforms, you can try to [compile from source](install-compile-source.md). |