Created
May 5, 2015 21:59
-
-
Save hausdorff/807d7de49beb44831642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Clone Mesos | |
| git clone https://git-wip-us.apache.org/repos/asf/mesos.git | |
| # Change working directory. | |
| cd mesos | |
| # Bootstrap | |
| ./bootstrap | |
| # Configure and build. | |
| mkdir build | |
| cd build | |
| ../configure | |
| make | |
| # Run test suite. | |
| make check | |
| # Install (***Optional***). | |
| make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment