(c) Franois Pessaux - 2014
TinyQCMl is freely distribuable (sources and binaries if some).

1) Invoke
        ./configure
   I you want to change the default installation directories prefix which is
   /usr/local, use the -install_prefix option to specify an alternate prefix.
   Do not put a trailing '/' at the end of the prefix.
2) Invoke
        make depend
        make
        make install
   To 'make install' you may need to be super-user (use a 'sudo').
