[BACK]Return to readme.txt CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / gmp

File: [local] / OpenXM_contrib2 / windows / gmp / readme.txt (download)

Revision 1.1, Thu Aug 20 17:20:17 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD

Add pre-built binaries of GMP, MPFR and MPC compiled by mingw-gcc.
See windows/gmp/readme.txt for detail.

This directory contains pre-built binaries of GNU MP 5.1.3, GNU MPFR 3.1.3 
and GNU MPC 1.0.3 compiled by gcc 5.2.0 on mingw32/64.

For getting the sources, please visit the following sites:
    https://gmplib.org/
    http://www.mpfr.org/
    http://www.multiprecision.org/


--------
Copyright 1991, 1996, 1999, 2000, 2007 Free Software Foundation, Inc.

This file is part of the GNU MP Library.

The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.

The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
License for more details.

You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.

--------
Copyright 2000-2015 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.

This file is part of the GNU MPFR Library.

The GNU MPFR Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.

The GNU MPFR Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
License for more details.

You should have received a copy of the GNU Lesser General Public License
along with the GNU MPFR Library; see the file COPYING.LESSER.  If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

--------
Copyright (C) INRIA 2003, 2005, 2008, 2009, 2011

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.

GNU MPC is a complex floating-point library with exact rounding.
It is based on the GNU MPFR floating-point library (http://www.mpfr.org/),
which is itself based on the GNU MP library (http://gmplib.org/).