Cellect
This is a work in progress
Building
- Install Boost: OS X:
brew update && brew install boost, Ubuntu:sudo apt-get update && sudo apt-get install libboost-all-dev - Install gem dependencies:
bundle(See Note) - Build extension:
cd ext; ruby extconf.rb; make; cd ..
Note
To install rice your Ruby must be compiled with shared libraries enabled, from the rice docs:
- rvm:
rvm reinstall [version] -- --enable-shared - rbenv:
CONFIGURE_OPTS="--enable-shared" rbenv install [version]
Testing
Run the specs with rake