To install the Aqua library package, you need several other packages:

* FFTW, The fastest Fourier transform in the west, version 3 or more
  (http://www.fftw.org/).

  You have to install the single-precision version of this library
  ("--enable-float" flag of the FFTW configure script). To check if
  you have it installed on your system, look for library files named
  "libfftw3f".

  Be aware that compilation optimizations of the FFTW is essential for
  the Aqua library execution speed.

* GSL, the GNU scientific library, version 1.4 or more
  (http://sources.redhat.com/gsl/).

* If you want to install the demo you need glut, The OpenGL utility
  toolkit (http://opengl.org/developers/documentation/glut.html).


For now, there is no configure installation script.

Edit the "user configuration" part of the file config.mk as you need
and type "make".

The library can be found as src/libaqua.so, the data file generator as
aqua-gen/aqua-gen and the OpenGL demo (if you have compiled it) as
demo/aqua-demo.
