From 835956ca69369993388195949c03613e0759e6d1 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 1 Jan 2014 10:25:57 -0600 Subject: disable c-extension for ruby-1.8.7 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed35a59..bd2211c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ [![Build Status](https://travis-ci.org/lamont-granquist/ffi-yajl.png)](https://travis-ci.org/lamont-granquist/ffi-yajl) [![Code Climate](https://codeclimate.com/github/lamont-granquist/ffi-yajl.png)](https://codeclimate.com/github/lamont-granquist/ffi-yajl) -TODO: +## TODO - switching from curling yajl2 sources to using git submodule - fix rake compile blowing up on libyajl2 - block ruby 1.8.7 from using c extension (segfault) - test both ffi and ext on platforms that support both (MRI, rbx) -BUILD NOTES: - - building libyajl2 requires 'apt-get install cmake' on ubuntu, but note - that 'apt-get install libyajl2' will be better +## BUILD NOTES + +- building libyajl2 requires 'apt-get install cmake' on ubuntu, but note + that 'apt-get install libyajl2' will be better + +## KNOWN BUGS + +- C Extension segfaults on ruby 1.8.7, so the ffi mode is forced for RUBY_VERSION < 1.9 -- cgit v1.2.1