February 17, 2010
SWIG is an awesome tool. I’ve been developing a lot in ruby recently, and I’ve often wanted to use features from external C or C++ libraries, but hated writing the wrapper code to make them available to ruby. Enter SWIG — the Simplified Wrapper and Interface Generator. It takes 99% of the burden off the [...]
Read the full article →
February 13, 2010
Xen is a pretty huge library, and the build process is rather long. While a lot of it doesn’t work with Mac OSX, libxen (the c api bindings for the libxen api) should. The only prerequisites are libxml (and libcurl if you want to be able to run the tests). However, there isn’t really a [...]
Read the full article →