Installation instructions
Dependencies
To compile and run the library you need:
- C99 compliant C-compiler
- GSL GNU Scientific Library 1.4
- lp-solve Solve (mixed integer) linear programming problems 4.0
- FFTW Fastest Fourier Transform in the West 3.0
- BLAS Basic Linear Algebra Subroutines 1.1
To compile the documentation you need:
- Doxygen
- teTeX 2.09
- Octave 2.1
- The GNU plotutils 2.4
Compiling and running the software
The default installation directory is /usr/local/lib to change it edit libfilth/Makefile.
- To unpack the source files: tar -xvf libfilth.tar.gz
- Compile and install library and documentation
- Enter libfilth by typing: cd libfilth
- To compile: make
- To install: make install (as root)
- Compile and install only library
- Enter libfilth by typing: cd libfilth/src
- To compile: make
- To install; make install (as root)