Sha256: 427f1092ec67bee2e48a35173c5b98ded2750595720d5b47ea9f465163419922
Contents?: true
Size: 532 Bytes
Versions: 12
Compression:
Stored size: 532 Bytes
Contents
# Cellect This is a work in progress ## Building 1. Install [Boost V1.55](http://www.boost.org/): OS X: `brew update && brew install boost`, Ubuntu: `sudo apt-get update && sudo apt-get install libboost-all-dev` 2. Install gem dependencies: `bundle` (See Note) ### 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`
Version data entries
12 entries across 12 versions & 2 rubygems