- 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.
推薦閱讀
- 精通Python自然語言處理
- 青少年P(guān)ython編程入門
- Java程序設(shè)計(jì)
- Building Serverless Applications with Python
- .NET 3.5編程
- JavaScript應(yīng)用開發(fā)實(shí)踐指南
- GameMaker Essentials
- Python趣味編程與精彩實(shí)例
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開發(fā)
- Neo4j 3.x入門經(jīng)典
- Java Web開發(fā)基礎(chǔ)與案例教程
- Java程序設(shè)計(jì)入門(第2版)
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- Learning Alfresco Web Scripts
- 用Go語言自制編譯器