RaftLib
0.3a
C++ Stream Processing Template Library
|
=============
Compiler: Intel icc or GNU GCC 4.8+ Libraries: GNU GSL and Scotch
Compiler: c++11 capable Libraries: GNU GSL and Scotch
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.