Monday, 30 October 2017

Test and Build software using Bazel

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:

  1. Open Terminal on your Mac.

  2. 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

  3. Install bazel using brew.

    brew install bazel
bazel is ready to use now!

0 comments:

Post a Comment

 

Copyright @ 2013 Appychip.

Designed by Appychip & YouTube Channel