1*ab6d115fSJohn MarinoCopyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. 2*ab6d115fSJohn MarinoContributed by the AriC and Caramel projects, INRIA. 397a2eac4SSimon Schubert 497a2eac4SSimon SchubertThis file is part of the GNU MPFR Library. 597a2eac4SSimon Schubert 64a238c70SJohn MarinoThe GNU MPFR Library is free software; you can redistribute it and/or modify 74a238c70SJohn Marinoit under the terms of the GNU Lesser General Public License as published by 84a238c70SJohn Marinothe Free Software Foundation; either version 3 of the License, or (at your 94a238c70SJohn Marinooption) any later version. 1097a2eac4SSimon Schubert 1197a2eac4SSimon SchubertThe GNU MPFR Library is distributed in the hope that it will be useful, but 1297a2eac4SSimon SchubertWITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 1397a2eac4SSimon Schubertor FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 1497a2eac4SSimon SchubertLicense for more details. 1597a2eac4SSimon Schubert 1697a2eac4SSimon SchubertYou should have received a copy of the GNU Lesser General Public License 174a238c70SJohn Marinoalong with the GNU MPFR Library; see the file COPYING.LESSER. If not, see 184a238c70SJohn Marinohttp://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 194a238c70SJohn Marino51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 2097a2eac4SSimon Schubert 2197a2eac4SSimon Schubert############################################################################## 2297a2eac4SSimon Schubert 2397a2eac4SSimon SchubertThe GNU MPFR distribution contains the following files: 2497a2eac4SSimon Schubert(This does not apply to code retrieved by Subversion.) 2597a2eac4SSimon Schubert 2697a2eac4SSimon SchubertAUTHORS - the authors of the library 2797a2eac4SSimon SchubertBUGS - bugs in MPFR - please read this file! 284a238c70SJohn MarinoCOPYING - the GNU General Public License, version 3 294a238c70SJohn MarinoCOPYING.LESSER - the GNU Lesser General Public License, version 3 3097a2eac4SSimon SchubertChangeLog - the log of changes 3197a2eac4SSimon SchubertINSTALL - how to install MPFR (see also mpfr.texi) 3297a2eac4SSimon SchubertMakefile* - files for building the library 3397a2eac4SSimon SchubertNEWS - new features with respect to previous versions 3497a2eac4SSimon SchubertPATCHES - empty file (until patches are applied) 3597a2eac4SSimon SchubertREADME - this file 3697a2eac4SSimon SchubertTODO - what remains to do (any help is welcome!) 3797a2eac4SSimon SchubertVERSION - version of MPFR (next release version if taken by Subversion) 3897a2eac4SSimon Schubertac*.m4 - automatic configuration files 3997a2eac4SSimon Schubertcompile - auxiliary installation file 4097a2eac4SSimon Schubertconfig.* - auxiliary installation files 4197a2eac4SSimon Schubertconfigure* - configuration files 4297a2eac4SSimon Schubertdepcomp - auxiliary installation file 434a238c70SJohn Marinodoc/ - directory containing the documentation (manual, FAQ) 44d42e612dSSascha Wildnerexamples/ - directory containing examples 4597a2eac4SSimon Schubertinstall-sh - installation file 4697a2eac4SSimon Schubertltmain.sh - auxiliary installation file 4797a2eac4SSimon Schubertm4/ - directory containing additional configuration files 4897a2eac4SSimon Schubertmissing - auxiliary installation file 494a238c70SJohn Marinosrc/ - directory containing the MPFR source 504a238c70SJohn Marinotests/ - directory containing the testsuite (for "make check") 514a238c70SJohn Marinotools/ - directory containing various tools 524a238c70SJohn Marinotune/ - directory containing files for tuning MPFR 534a238c70SJohn Marino 544a238c70SJohn MarinoAccording to the special exception to the GNU General Public License, 554a238c70SJohn Marinothe autotools files compile, config.sub, config.guess, ltmain.sh, 564a238c70SJohn Marinom4/libtool.m4 and missing are distributed under the same licence of 574a238c70SJohn MarinoGNU MPFR. 5897a2eac4SSimon Schubert 5997a2eac4SSimon Schubert 604a238c70SJohn MarinoYou can get the latest source code by Subversion at INRIAGForge: 6197a2eac4SSimon Schubert 6297a2eac4SSimon Schubert svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr 6397a2eac4SSimon Schubert 6497a2eac4SSimon Schubertor 6597a2eac4SSimon Schubert 6697a2eac4SSimon Schubert svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr 6797a2eac4SSimon Schubert 6897a2eac4SSimon Schubert(the last argument can be any directory name). You can use 6997a2eac4SSimon Schubert 7097a2eac4SSimon Schubert svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches 7197a2eac4SSimon Schubert svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags 7297a2eac4SSimon Schubert 7397a2eac4SSimon Schubertto get the list of branches or tags (releases), then checkout a 7497a2eac4SSimon Schubertparticular branch or tag instead of the trunk. Alternatively, you 7597a2eac4SSimon Schubertcan now use the "https:" scheme (a.k.a. DAV) instead of "svn:". 7697a2eac4SSimon SchubertFor more information about Subversion, please see: 7797a2eac4SSimon Schubert 7897a2eac4SSimon Schubert * http://svnbook.red-bean.com/ (the official Subversion book); 7997a2eac4SSimon Schubert * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers, 8097a2eac4SSimon Schubert but interesting general information can be found there); 814a238c70SJohn Marino * http://subversion.apache.org/faq.html (the Subversion FAQ). 8297a2eac4SSimon Schubert 834a238c70SJohn MarinoSubversion users should read the file "doc/README.dev" (provided via 844a238c70SJohn MarinoSVN only). 85