source: general/genlib/gmp.xml@ 85a135f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 85a135f was 85a135f, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to popt, FAM, slang, libxml2, libxslt, GMP and GDBM instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3399 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gmp-download-http "http://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2">
8<!ENTITY gmp-download-ftp "ftp://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2">
9<!ENTITY gmp-md5sum "0aa7d3b3f5b5ec5951e7dddd6f65e891">
10<!ENTITY gmp-size "1.6 MB">
11<!ENTITY gmp-buildsize "34 MB">
12<!ENTITY gmp-time "0.91 SBU">
13]>
14
15<sect1 id="gmp" xreflabel="GMP-&gmp-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gmp.html"?>
21<title>GMP-&gmp-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GMP</acronym></application></title>
25
26<para>The <application><acronym>GMP</acronym></application> package
27contains math libraries. These have useful functions for arbitrary precision
28arithmetic.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&gmp-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&gmp-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &gmp-md5sum;</para></listitem>
37<listitem><para>Download size: &gmp-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&gmp-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&gmp-time;</para></listitem></itemizedlist>
42</sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application><acronym>GMP</acronym></application></title>
48
49<para>Install <application><acronym>GMP</acronym></application> by running
50the following commands:
51</para>
52
53<screen><userinput><command>./configure --prefix=/usr --enable-cxx \
54 --enable-mpbsd --enable-mpfr &amp;&amp;
55make &amp;&amp;
56make install</command></userinput></screen>
57
58</sect2>
59
60<sect2>
61<title>Command explanations</title>
62
63<para><parameter>--enable-cxx</parameter>: This parameter
64enables C++ support by building the
65<filename class="libraryfile">libgmpxx</filename> libraries.</para>
66
67<para><parameter>--enable-mpbsd</parameter>: This parameter
68enables building the Berkeley MP compatibility
69(<filename class="libraryfile">libmp</filename>) libraries.</para>
70
71<para><parameter>--enable-mpfr</parameter>: This parameter
72enables building the Multiple Precision
73Floating-Point Reliable (<filename class="libraryfile">libmpfr.a</filename>)
74library.</para>
75
76</sect2>
77
78<sect2>
79<title>Contents</title>
80
81<para>The <application><acronym>GMP</acronym></application> package contains
82<filename class="libraryfile">libgmp</filename> and
83<filename class="libraryfile">libmp</filename> libraries.</para>
84
85</sect2>
86
87<sect2><title>Description</title>
88
89<sect3><title>libgmp and libmp libraries</title>
90<para><filename class="libraryfile">libgmp</filename> and
91<filename class="libraryfile">libmp</filename> libraries contain functions to
92operate on signed integers, rational numbers, and floating point
93numbers.</para></sect3>
94
95</sect2>
96
97</sect1>
98
Note: See TracBrowser for help on using the repository browser.