Blame README

Packit fbef6a
Copyright 2000-2017 Free Software Foundation, Inc.
Packit fbef6a
Contributed by the AriC and Caramba projects, INRIA.
Packit fbef6a
Packit fbef6a
This file is part of the GNU MPFR Library.
Packit fbef6a
Packit fbef6a
The GNU MPFR Library is free software; you can redistribute it and/or modify
Packit fbef6a
it under the terms of the GNU Lesser General Public License as published by
Packit fbef6a
the Free Software Foundation; either version 3 of the License, or (at your
Packit fbef6a
option) any later version.
Packit fbef6a
Packit fbef6a
The GNU MPFR Library is distributed in the hope that it will be useful, but
Packit fbef6a
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit fbef6a
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
Packit fbef6a
License for more details.
Packit fbef6a
Packit fbef6a
You should have received a copy of the GNU Lesser General Public License
Packit fbef6a
along with the GNU MPFR Library; see the file COPYING.LESSER.  If not, see
Packit fbef6a
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
Packit fbef6a
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Packit fbef6a
Packit fbef6a
##############################################################################
Packit fbef6a
Packit fbef6a
The GNU MPFR distribution contains the following files:
Packit fbef6a
(This does not apply to code retrieved by Subversion.)
Packit fbef6a
Packit fbef6a
AUTHORS         - the authors of the library
Packit fbef6a
BUGS            - bugs in MPFR - please read this file!
Packit fbef6a
COPYING         - the GNU General Public License, version 3
Packit fbef6a
COPYING.LESSER  - the GNU Lesser General Public License, version 3
Packit fbef6a
ChangeLog       - the log of changes
Packit fbef6a
INSTALL         - how to install MPFR (see also mpfr.texi)
Packit fbef6a
Makefile*       - files for building the library
Packit fbef6a
NEWS            - new features with respect to previous versions
Packit fbef6a
PATCHES         - empty file (until patches are applied)
Packit fbef6a
README          - this file
Packit fbef6a
TODO            - what remains to do (any help is welcome!)
Packit fbef6a
VERSION         - version of MPFR (next release version if taken by Subversion)
Packit fbef6a
ac*.m4          - automatic configuration files
Packit fbef6a
ar-lib          - auxiliary installation file
Packit fbef6a
compile         - auxiliary installation file
Packit fbef6a
config.*        - auxiliary installation files
Packit fbef6a
configure*      - configuration files
Packit fbef6a
depcomp         - auxiliary installation file
Packit fbef6a
doc/            - directory containing the documentation (manual, FAQ)
Packit fbef6a
examples/       - directory containing examples
Packit fbef6a
install-sh      - installation file
Packit fbef6a
ltmain.sh       - auxiliary installation file
Packit fbef6a
m4/             - directory containing additional configuration files
Packit fbef6a
missing         - auxiliary installation file
Packit fbef6a
src/            - directory containing the MPFR source
Packit fbef6a
test-driver     - auxiliary installation file
Packit fbef6a
tests/          - directory containing the testsuite (for "make check")
Packit fbef6a
tools/          - directory containing various tools
Packit fbef6a
tune/           - directory containing files for tuning MPFR
Packit fbef6a
Packit fbef6a
According to the special exception to the GNU General Public License,
Packit fbef6a
the autotools files compile, config.sub, config.guess, ltmain.sh,
Packit fbef6a
m4/libtool.m4 and missing are distributed under the same licence of
Packit fbef6a
GNU MPFR.
Packit fbef6a
Packit fbef6a
For any copyright year range specified as YYYY-ZZZZ in this package,
Packit fbef6a
note that the range specifies every single year in that closed interval.
Packit fbef6a
Packit fbef6a
Packit fbef6a
You can get the latest source code by Subversion at InriaForge:
Packit fbef6a
Packit fbef6a
  svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
Packit fbef6a
Packit fbef6a
or
Packit fbef6a
Packit fbef6a
  svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
Packit fbef6a
Packit fbef6a
(the last argument can be any directory name). You can use
Packit fbef6a
Packit fbef6a
  svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
Packit fbef6a
  svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags
Packit fbef6a
Packit fbef6a
to get the list of branches or tags (releases), then checkout a
Packit fbef6a
particular branch or tag instead of the trunk. Alternatively, you
Packit fbef6a
can now use the "https:" scheme (a.k.a. DAV) instead of "svn:".
Packit fbef6a
For more information about Subversion, please see:
Packit fbef6a
Packit fbef6a
  * http://svnbook.red-bean.com/ (the official Subversion book);
Packit fbef6a
  * https://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
Packit fbef6a
    but interesting general information can be found there);
Packit fbef6a
  * http://subversion.apache.org/faq.html (the Subversion FAQ).
Packit fbef6a
Packit fbef6a
Subversion users should read the file "doc/README.dev" (provided via
Packit fbef6a
SVN only).