aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/mpfr.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index 2bc943129..dc09f1a76 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
+ <para>Apply a patch to fix a few bugs in MPFR:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
+
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --enable-thread-safe \