xref: /dragonfly/contrib/mpfr/README (revision dca3c15d)
1Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2Contributed by the Arenaire and Cacao projects, INRIA.
3
4This file is part of the GNU MPFR Library.
5
6The GNU MPFR Library is free software; you can redistribute it and/or modify it
7under the terms of the GNU Lesser General Public License (either version 2.1
8of the License, or, at your option, any later version) and the GNU General
9Public License as published by the Free Software Foundation (most of MPFR is
10under the former, some under the latter).
11
12The GNU MPFR Library is distributed in the hope that it will be useful, but
13WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
15License for more details.
16
17You should have received a copy of the GNU Lesser General Public License
18along with the GNU MPFR Library; see the file COPYING.LIB.  If not, write to
19the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
20MA 02110-1301, USA.
21
22##############################################################################
23
24The GNU MPFR distribution contains the following files:
25(This does not apply to code retrieved by Subversion.)
26
27AUTHORS         - the authors of the library
28BUGS            - bugs in MPFR - please read this file!
29COPYING         - the GNU General Public License, version 2
30COPYING.LIB     - the GNU Lesser General Public License, version 2.1
31ChangeLog       - the log of changes
32FAQ.html        - frequently asked questions about MPFR
33INSTALL         - how to install MPFR (see also mpfr.texi)
34Makefile*       - files for building the library
35NEWS            - new features with respect to previous versions
36PATCHES         - empty file (until patches are applied)
37README          - this file
38TODO            - what remains to do (any help is welcome!)
39VERSION         - version of MPFR (next release version if taken by Subversion)
40ac*.m4          - automatic configuration files
41ansi2knr.*      - convert ANSI C to Kernighan & Ritchie C (source and man page)
42*.c             - source files
43*.h             - header files
44compile         - auxiliary installation file
45config.*        - auxiliary installation files
46configure*      - configuration files
47depcomp         - auxiliary installation file
48fdl.texi        - the GNU Free Documentation License
49get_patches.sh  - rebuild get_patches.c when patches have been applied
50install-sh      - installation file
51ltmain.sh       - auxiliary installation file
52m4/             - directory containing additional configuration files
53missing         - auxiliary installation file
54mparam_h.in     - header file template
55mpfr.info       - info file for MPFR
56mpfr.texi       - texinfo documentation for MPFR (source)
57tests/          - test directory
58texinfo.tex     - TeX macros to handle mpfr.texi
59
60
61You can get the latest source code by Subversion at InriaGforge:
62
63  svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
64
65or
66
67  svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
68
69(the last argument can be any directory name). You can use
70
71  svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
72  svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags
73
74to get the list of branches or tags (releases), then checkout a
75particular branch or tag instead of the trunk. Alternatively, you
76can now use the "https:" scheme (a.k.a. DAV) instead of "svn:".
77For more information about Subversion, please see:
78
79  * http://svnbook.red-bean.com/ (the official Subversion book);
80  * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
81    but interesting general information can be found there);
82  * http://subversion.tigris.org/faq.html (the Subversion FAQ).
83
84Subversion users should read the file "README.dev".
85
86Note: the old CVS repository at cvs-sop.inria.fr is now closed.
87