Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 533 Bytes

Mesos Ruby Drivers

NOTE: This project vendors a bunch of headers from Mesos 0.14.0 to prevent having to build both projects in parallel. It is not-unlikely to break against newer versions without reimporting these headers.

Building

First, make sure libmesos.so (libmesos-0.14.0.so) is somewhere on your lib path.

gem build mesos.gemspec
gem install mesos-*.gem

Using

Have a look at the files under examples.