
                                 matfquad-0.03

================================================================================
=  License                                                                   
================================================================================

  This library is a free software: you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  See "COPYING" or "lgpl-3.0.txt" files.



================================================================================
=  Requirements                                                              
================================================================================

  o gcc >= 4.7 (c++11 standard is required)
  o make
  o sed (to adapt the code for the operating system)
  o tar or GNU tar (GNU tar is required to build an source package)
  o Shell with support functions (only to run the script configure.sh)
  o GNU/Linux or OpenBSD operating system



================================================================================
=  How to build                                                              
================================================================================

  o On GNU/Linux:
  $ make

  o On OpenBSD(install gcc 4.7):
  $ make CXX=eg++

  Note 1: The directory "dist" will be created and will hold the result of
          construction.
  Note 2: If your set CXX variable to build, do the same in make build-* and
          install.



================================================================================
=  How to build a binary package                                             
================================================================================

  o Format tar.gz:
    $ make build-tgz

  o Format tar.bz2:
    $ make build-tbz2

  o Format tar.xz:
    $ make build-txz



================================================================================
=  How to build a source package                                             
================================================================================

  o Format tar.gz:
    $ make tgz

  o Format tar.bz2:
    $ make tbz2

  o Format tar.xz:
    $ make txz



================================================================================
=  Experimental: How to install (on the system)                              
================================================================================

  $ make install

  Note: Variables DESTDIR, PREFIX, INCLUDEDIR, LIBDIR, DOCDIR are available
        to set, example: $ make install DESTDIR=/tmp/tmpbuild



================================================================================
=  Tests or examples                                                         
================================================================================

  See "tests" directory.



================================================================================
=  Authors                                                                   
================================================================================

 See "AUTHORS" file.


                                                                             

