File: install.md

package info (click to toggle)
bazel-bootstrap 4.2.3%2Bds-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 85,476 kB
  • sloc: java: 721,710; sh: 55,859; cpp: 35,359; python: 12,139; xml: 295; objc: 269; makefile: 113; ansic: 106; ruby: 3
file content (34 lines) | stat: -rwxr-xr-x 1,293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: documentation
title: Installing Bazel
---

# Installing Bazel

The Bazel team officially supports Bazel on these platforms:

*   [Ubuntu Linux](install-ubuntu.md)
*   [macOS](install-os-x.md)
*   [Windows](install-windows.md)

## Community-supported packages

Bazel community members maintain these packages. The Bazel team doesn't
officially support them. Contact the package maintainers for support.

*   [Arch Linux](https://www.archlinux.org/packages/community/x86_64/bazel/)
*   [Fedora 25, 26, 27, 28, and CentOS 7](install-redhat.md)
*   [CentOS 6](https://github.com/sub-mod/bazel-builds)
*   [FreeBSD](https://www.freshports.org/devel/bazel)
*   [Gentoo](https://packages.gentoo.org/packages/dev-util/bazel)
*   [Linuxbrew](https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/bazel.rb)
*   [Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel)
*   [openSUSE](install-suse.md)
*   [Parabola](https://www.parabola.nu/packages/?q=bazel)
*   [Scoop](https://github.com/scoopinstaller/scoop-main/blob/master/bucket/bazel.json)

## Community-supported architectures

*   [ppc64el](https://oplab9.parqtec.unicamp.br/pub/ppc64el/bazel)

For other platforms, you can try to [compile from source](install-compile-source.md).