aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
blob: ed85f14b04bd7376127cb21f3c7dc6389c355824 (plain)
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
---
layout: documentation
title: Installing Bazel
---

# Installing Bazel

See the instructions for installing Bazel on:

*   [Ubuntu Linux (16.04 and 14.04)](install-ubuntu.md)
*   [Fedora 25, 26, 27, 28, and CentOS 7](install-redhat.md)
*   [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).