--------------------------------------------------------------------------------
Thank you for downloading the GoTools implicitization library.

A few comments on the current distribution:

(1) You can generate doxygen information by typing 'doxygen' in the base
    directory.
(2) In order to compile/install the library, you can run the 'setup' script, 
    which will guide you through the process. 
(3) Note that the provided makefile is written for linux only.  If you are 
    a Windows user, we recommend you to download the library files in binary
    format from our website, and then just use the headers from the source
    code.
(4) In order to compile, you need to have the 'GoTools core' library
    installed on your system. The header files and library files should lie
    in directories called 'gotools_core/include' and 'gotools_core/lib' at
    the same level as the base directory.
(5) You also need to download and compile the 'newmat' matrix library, which
    is freely available from: http://www.robertnz.net/. The header files and
    library files should lie in a directory called 'newmat' at the same level
    as the base directory.
(6) You need the g++ compiler.  And - of course - if you want to install
    the library on your system you need root privileges.

Good luck!


 