//  Created by Fabian Fränz on 14/02/15.
//  Copyright (c) 2015 Fabian Fränz.
//
//  This program is free software: you can redistribute it and/or modify
//  it under the terms of the GNU General Public License as published by
//  the Free Software Foundation, either version 3 of the License, or
//  (at your option) any later version.
//
//  This program is distributed in the hope that it will be useful,
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//  GNU General Public License for more details.
//
//  You should have received a copy of the GNU General Public License
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.

SETUP:

Before you are able to build the SSD library you have to make sure you have the gsl (GNU Scientific Library) installed on your machine. You can get the library here: http://www.gnu.org/software/gsl/ 

Moreover you have to set the OPIDIR entry in the makefile to the directory where you have saved the header files of the gsl and the OPLDIR entry to the directory where you saved the gsl library itself.

In order to build the shared library, execute the "make" command in the /src directory.

If you also want to build the example main program execute "make main" instead.

The shared library ssd.so can be found in the /obj directory.
The executable main program will be generated in the /src directory.