How to Install bazel on Mac using brew
Package Information:Name: bazel, also known as Google's own build tool
Use: To build and test software of any size, quickly and reliably
Features:
- Speed up your builds and tests
- One tool, multiple languages
- Scalable
- Extensible to your needs
URL: https://bazel.build/
Installation Steps:
- Open Terminal on your Mac.
- Copy the below command and execute to install homebrew.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bazel using brew.
brew install bazel
0 comments:
Post a Comment