Skip to content

Instantly share code, notes, and snippets.

@hausdorff
Created May 5, 2015 21:59
Show Gist options
  • Select an option

  • Save hausdorff/807d7de49beb44831642 to your computer and use it in GitHub Desktop.

Select an option

Save hausdorff/807d7de49beb44831642 to your computer and use it in GitHub Desktop.
# 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