- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 91字
- 2021-07-15 17:04:28
Installation tips
The default behavior of make install is to install the Mesos binaries and libraries in the /usr/local path. If you would like to change the installation path, execute ../configure --prefix=/path/to/install/directory during the configure stage prior to the build (make) and install (make install) stages.
If at some point you would like to uninstall the Mesos binaries from the installation path, you can execute make uninstall from the source code build directory. After building and installing the Mesos source code, we recommend archiving the source code directory for future reference.
推薦閱讀
- JavaScript修煉之道
- Python 深度學習
- Python從菜鳥到高手(第2版)
- Unity 2020 Mobile Game Development
- 軟件測試項目實戰之性能測試篇
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- RESTful Java Web Services(Second Edition)
- 小型編譯器設計實踐
- Beginning C++ Game Programming
- 計算語言學導論
- jQuery從入門到精通(微課精編版)
- 3D Printing Designs:Octopus Pencil Holder
- Java EE輕量級解決方案:S2SH
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- Hands-On Data Visualization with Bokeh