Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / README
blobd94c6e4b3916ee2e6f8eedcff2af064a27b2e155
1 Math::GSL
3 Math::GSL is an interface to the GNU Scientific Library, using SWIG.  The GNU
4 Scientific Library (GSL) is a numerical library for C and C++ programmers. It
5 is free software under the GNU General Public License.  Math::GSL uses SWIG to
6 generate Perl bindings to *most* GSL functionality.
8 Currently Math::GSL requires at least Perl 5.8 and GSL 1.8 to compile. SWIG
9 is only needed if you want help work on Math::GSL and checkout code from the
10 Math::GSL git repository.
12 INSTALLATION
14 To install this module, run the following commands:
16         perl Build.PL
17         ./Build
18         ./Build test
19         ./Build install clean
21 SUPPORT AND DOCUMENTATION
23 After installing, you can find documentation for this module with the
24 perldoc command.
26     perldoc Math::GSL
28 You can also look for information at:
30     RT, CPAN's request tracker
31         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math::GSL
33     AnnoCPAN, Annotated CPAN documentation
34         http://annocpan.org/dist/Math::GSL
36     CPAN Ratings
37         http://cpanratings.perl.org/d/Math::GSL
39     Search CPAN
40         http://search.cpan.org/dist/Math::GSL
43 COPYRIGHT AND LICENCE
45 Copyright (C) 2008 Jonathan Leto and Thierry Moisan
47 This program is free software; you can redistribute it and/or modify it
48 under the same terms as Perl itself.