
   The installation script is nothing more than a brute force compile.
   I am avoiding autoconf, and even makefile for simplicity sake, if
   your compiler is not gcc, it will take a couple of minutes to modify
   the script in order to accomodate to your compiler/system.

   If you are willing to accept all defaults (see the script before 
   execute it) just type:

		./install.gcc

   Probably you will need to give execute permission to this file!


   For compatibility sake, the fixed point  math primitives are
   implemented using floating point.
   Obviously this can slow down the transforms. If your machine
   does support the new __int64 or "long long" type, you can gain
   speed by defining the USE_INT64 toggle. (by default, set)


