todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

install bazel #14

Closed admtthomas closed 2 years ago

admtthomas commented 6 years ago

requires jdk8

TEST:

sudo gcc --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

brew install bazel

todd-dsm commented 5 years ago

Per the instructions: https://docs.bazel.build/versions/master/install-os-x.html#install-on-mac-os-x-homebrew

printHead "Installing bazel with options..."                                    
brew tap bazelbuild/tap                                                         
brew tap-pin bazelbuild/tap                                                     
brew install bazel                                                              
todd-dsm commented 2 years ago

done