RaftLib  0.3a
C++ Stream Processing Template Library
README

=============

Pre-requisites

OS X

Compiler: Intel icc or GNU GCC 4.8+ Libraries: GNU GSL and Scotch

Linux

Compiler: c++11 capable Libraries: GNU GSL and Scotch

Install

Once the pre-requisite libraries are installed then go to the root RaftLib directory and type ``` make sudo make install ``` NOTE: The default prefix in the makefile is ``` PREFIX ?= /usr/local ``` change via environment variable or in the Makefile to install somewhere else.