Blame README

Packit 67cb25
GSL - GNU Scientific Library
Packit 67cb25
============================
Packit 67cb25
Packit 67cb25
This is GSL, the GNU Scientific Library, a collection of numerical
Packit 67cb25
routines for scientific computing.
Packit 67cb25
Packit 67cb25
GSL is free software, you can redistribute it and/or modify it under
Packit 67cb25
the terms of the GNU General Public License.
Packit 67cb25
Packit 67cb25
The GNU General Public License does not permit this software to be
Packit 67cb25
redistributed in proprietary programs.
Packit 67cb25
Packit 67cb25
This library is distributed in the hope that it will be useful, but
Packit 67cb25
WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 67cb25
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit 67cb25
Packit 67cb25
Availability
Packit 67cb25
============
Packit 67cb25
Packit 67cb25
The current stable version of GSL is always available from ftp.gnu.org
Packit 67cb25
in the directory /pub/gnu/gsl.
Packit 67cb25
Packit 67cb25
A list of mirror sites can be found at http://www.gnu.org/order/ftp.html
Packit 67cb25
Packit 67cb25
Installation
Packit 67cb25
============
Packit 67cb25
Packit 67cb25
GSL follows the standard GNU installation procedure.  Please consult
Packit 67cb25
the INSTALL file in this distribution for more detailed instructions.
Packit 67cb25
Packit 67cb25
For information about specific platforms and compilers see the
Packit 67cb25
"Compilation Notes" section in the INSTALL file.
Packit 67cb25
Packit 67cb25
More information about GSL
Packit 67cb25
==========================
Packit 67cb25
Packit 67cb25
The project homepage is http://www.gnu.org/software/gsl/
Packit 67cb25
Packit 67cb25
See the NEWS file for recent changes to the library.
Packit 67cb25
Packit 67cb25
The GSL Manual has been published and can be ordered from most
Packit 67cb25
bookstores. The publication details are,
Packit 67cb25
Packit 67cb25
  GNU Scientific Library Reference Manual - Revised Second Edition, 
Packit 67cb25
  M. Galassi et al, ISBN 0954161734 (620 pages, paperback).
Packit 67cb25
Packit 67cb25
The money raised from sales of the manual helps support the
Packit 67cb25
development of GSL.
Packit 67cb25
Packit 67cb25
A Japanese translation of the reference manual is available from the
Packit 67cb25
GSL website above (thanks to Daisuke TOMINAGA).
Packit 67cb25
Packit 67cb25
Reporting Bugs
Packit 67cb25
==============
Packit 67cb25
Packit 67cb25
A list of known bugs can be found in the BUGS file.  Details of
Packit 67cb25
compilation problems can be found in the INSTALL file.
Packit 67cb25
Packit 67cb25
If you find a bug which is not listed in these files please report it
Packit 67cb25
to bug-gsl@gnu.org.
Packit 67cb25
Packit 67cb25
All bug reports should include:
Packit 67cb25
Packit 67cb25
       The version number of GSL, and where you obtained it.
Packit 67cb25
       The hardware and operating system
Packit 67cb25
       The compiler used, including version number and compilation options
Packit 67cb25
       A description of the bug behaviour
Packit 67cb25
       A short program which reproducibly exercises the bug
Packit 67cb25
Packit 67cb25
It is useful if you can check whether the same problem occurs when the
Packit 67cb25
library is compiled without optimization.  Thank you.
Packit 67cb25
Packit 67cb25
Any errors or omissions in the manual can also be reported to the
Packit 67cb25
same address.
Packit 67cb25
Packit 67cb25
Contributing to GSL
Packit 67cb25
===================
Packit 67cb25
Packit 67cb25
If you are interested in participating in GSL development, please see
Packit 67cb25
the webpage at http://www.gnu.org/software/gsl/
Packit 67cb25