Sha256: eb21a98746e5f0c3dc769978e10970d4c1d7df52b2da7fd60aa4cafcf65ae4a0

Contents?: true

Size: 584 Bytes

Versions: 8

Compression:

Stored size: 584 Bytes

Contents

# Cellect

This is a work in progress

## Building

1. Install [Boost](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)
3. 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`

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
cellect-client-0.0.4 README.md
cellect-server-0.0.4 README.md
cellect-client-0.0.3 README.md
cellect-server-0.0.3 README.md
cellect-client-0.0.2 README.md
cellect-server-0.0.2 README.md
cellect-client-0.0.1 README.md
cellect-server-0.0.1 README.md