Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / README
1 GSL - GNU Scientific Library
2 ============================
3
4 This is GSL, the GNU Scientific Library, a collection of numerical
5 routines for scientific computing.
6
7 GSL is free software, you can redistribute it and/or modify it under
8 the terms of the GNU General Public License.
9
10 The GNU General Public License does not permit this software to be
11 redistributed in proprietary programs.
12
13 This library is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
17 Availability
18 ============
19
20 The current stable version of GSL is always available from ftp.gnu.org
21 in the directory /pub/gnu/gsl.
22
23 A list of mirror sites can be found at http://www.gnu.org/order/ftp.html
24
25 Installation
26 ============
27
28 GSL follows the standard GNU installation procedure.  Please consult
29 the INSTALL file in this distribution for more detailed instructions.
30
31 For information about specific platforms and compilers see the
32 "Compilation Notes" section in the INSTALL file.
33
34 More information about GSL
35 ==========================
36
37 The project homepage is http://www.gnu.org/software/gsl/
38
39 See the NEWS file for recent changes to the library.
40
41 The GSL Manual has been published and can be ordered from most
42 bookstores. The publication details are,
43
44   GNU Scientific Library Reference Manual - Revised Second Edition, 
45   M. Galassi et al, ISBN 0954161734 (620 pages, paperback).
46
47 The money raised from sales of the manual helps support the
48 development of GSL.
49
50 A Japanese translation of the reference manual is available from the
51 GSL website above (thanks to Daisuke TOMINAGA).
52
53 Reporting Bugs
54 ==============
55
56 A list of known bugs can be found in the BUGS file.  Details of
57 compilation problems can be found in the INSTALL file.
58
59 If you find a bug which is not listed in these files please report it
60 to bug-gsl@gnu.org.
61
62 All bug reports should include:
63
64        The version number of GSL, and where you obtained it.
65        The hardware and operating system
66        The compiler used, including version number and compilation options
67        A description of the bug behaviour
68        A short program which reproducibly exercises the bug
69
70 It is useful if you can check whether the same problem occurs when the
71 library is compiled without optimization.  Thank you.
72
73 Any errors or omissions in the manual can also be reported to the
74 same address.
75
76 Contributing to GSL
77 ===================
78
79 If you are interested in participating in GSL development, please see
80 the webpage at http://www.gnu.org/software/gsl/
81