Merge branch 'vendor/FILE'
[dragonfly.git] / contrib / mpfr / README
1 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
2 Contributed by the Arenaire and Caramel projects, INRIA.
3
4 This file is part of the GNU MPFR Library.
5
6 The GNU MPFR Library is free software; you can redistribute it and/or modify
7 it under the terms of the GNU Lesser General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or (at your
9 option) any later version.
10
11 The GNU MPFR Library is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
14 License for more details.
15
16 You should have received a copy of the GNU Lesser General Public License
17 along with the GNU MPFR Library; see the file COPYING.LESSER.  If not, see
18 http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
19 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
20
21 ##############################################################################
22
23 The GNU MPFR distribution contains the following files:
24 (This does not apply to code retrieved by Subversion.)
25
26 AUTHORS         - the authors of the library
27 BUGS            - bugs in MPFR - please read this file!
28 COPYING         - the GNU General Public License, version 3
29 COPYING.LESSER  - the GNU Lesser General Public License, version 3
30 ChangeLog       - the log of changes
31 INSTALL         - how to install MPFR (see also mpfr.texi)
32 Makefile*       - files for building the library
33 NEWS            - new features with respect to previous versions
34 PATCHES         - empty file (until patches are applied)
35 README          - this file
36 TODO            - what remains to do (any help is welcome!)
37 VERSION         - version of MPFR (next release version if taken by Subversion)
38 ac*.m4          - automatic configuration files
39 compile         - auxiliary installation file
40 config.*        - auxiliary installation files
41 configure*      - configuration files
42 depcomp         - auxiliary installation file
43 doc/            - directory containing the documentation (manual, FAQ)
44 examples/       - directory containing examples
45 install-sh      - installation file
46 ltmain.sh       - auxiliary installation file
47 m4/             - directory containing additional configuration files
48 missing         - auxiliary installation file
49 src/            - directory containing the MPFR source
50 tests/          - directory containing the testsuite (for "make check")
51 tools/          - directory containing various tools
52 tune/           - directory containing files for tuning MPFR
53
54 According to the special exception to the GNU General Public License,
55 the autotools files compile, config.sub, config.guess, ltmain.sh,
56 m4/libtool.m4 and missing are distributed under the same licence of
57 GNU MPFR.
58
59
60 You can get the latest source code by Subversion at INRIAGForge:
61
62   svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
63
64 or
65
66   svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
67
68 (the last argument can be any directory name). You can use
69
70   svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
71   svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags
72
73 to get the list of branches or tags (releases), then checkout a
74 particular branch or tag instead of the trunk. Alternatively, you
75 can now use the "https:" scheme (a.k.a. DAV) instead of "svn:".
76 For more information about Subversion, please see:
77
78   * http://svnbook.red-bean.com/ (the official Subversion book);
79   * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
80     but interesting general information can be found there);
81   * http://subversion.apache.org/faq.html (the Subversion FAQ).
82
83 Subversion users should read the file "doc/README.dev" (provided via
84 SVN only).