diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gmp.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter05/gmp.xml b/chapter05/gmp.xml index 76885e60b..8d76d825c 100644 --- a/chapter05/gmp.xml +++ b/chapter05/gmp.xml @@ -47,6 +47,18 @@ <screen><userinput remap="configure">./configure --prefix=/tools --enable-mpbsd</userinput></screen> + <variablelist> + <title>The meaning of the configure option:</title> + + <varlistentry> + <term><parameter>--enable-mpbsd</parameter></term> + <listitem> + <para>This builds the Berkeley MP compatibility library</para> + </listitem> + </varlistentry> + + </variablelist> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |