- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 64字
- 2021-07-15 17:04:27
Configuration tips
There are a number of options that can be configured in the Mesos build script. For example, if you want to build Mesos with SSL support, you will need to enable the ssl and libevent features by executing ../configure --enable-ssl --enable-libevent prior to executing make. To see a full list of the configure options, execute ../configure --help from the Mesos build directory.