- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 56字
- 2021-07-15 17:04:26
How to do it...
- Install command-line tools, Homebrew, Java, and libraries required for Mesos:
$ xcode-select --install
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install Caskroom/cask/java
$ brew install wget git autoconf automake libtool subversion maven
- Next, continue to the Downloading, building, and installing the Mesos source code recipe at the end of this chapter.