burke / mesos-ruby

[abandoned]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[abandoned]


Languages

Language:C++ 94.2%Language:Ruby 3.5%Language:C 2.4%