summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-22 20:37:11 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-22 20:37:11 +0000
commit40e845cc6bc818736c556c34417482ded69b00a1 (patch)
tree8e2cf7e6edf54c332750e734fe378ceb4b82d3a4 /INSTALL
parent885cd2a15c2333e6db0390d80a1545fee24f53b1 (diff)
downloadmpfr-40e845cc6bc818736c556c34417482ded69b00a1.tar.gz
Updated URL's.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9081 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index d8cff2d77..63a4660bc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -406,8 +406,8 @@ the library of the old GMP version will be used! The best solution
is to make sure that the dynamic linker configuration is consistent
with GCC's behavior, for instance by having /usr/local/lib in
/etc/ld.so.conf or in some file from /etc/ld.so.conf.d (as Debian
-did: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395177). See
-also http://gcc.gnu.org/ml/gcc-help/2010-01/msg00171.html for more
+did: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395177). See
+also https://gcc.gnu.org/ml/gcc-help/2010-01/msg00171.html for more
information. Alternatively you can use:
* environment variables. This may sometimes be necessary. If DIR
is the installation directory of GMP, add DIR/include to your
@@ -620,7 +620,7 @@ a. Using MinGW64
The MinGW64 version of the GCC compiler is now available here:
-http://sourceforge.net/projects/mingw-w64/
+https://sourceforge.net/projects/mingw-w64/
It can build both GMP and MPFR for 64-bit Windows applications.