My Project
README

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

Pre-requisites

OS X

Compiler: Clang, GNU GCC 4.8+, or Intel icc Libraries:

Compiler: c++11 capable Libraries:

Install

Once the optional pre-requisite libraries are installed, make a build directory (for the instructions below, we'll write [build]).

1 cd [build]
2 cmake ../[build]
3 make
4 sudo make install

NOTE: The default prefix in the makefile is

1 PREFIX ?= /usr/local

The old Makefile had an uninstall script, I need to add an object to the cmake file so that we can have similar functionality.

NOTE: still working on cmake/re-arrangeing. CMake basically works tested on OS X and Linux. I'll have more time for re-arrangements and the sub-modules sometime this week (19 Nov. 2015)