Changeset 03ecb3f9 for general


Ignore:
Timestamp:
04/02/2005 07:37:13 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
1cdc9596
Parents:
ca0666f4
Message:

Updated build entities and added indexing tags to the GMP instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gmp.xml

    rca0666f4 r03ecb3f9  
    99<!ENTITY gmp-md5sum "0aa7d3b3f5b5ec5951e7dddd6f65e891">
    1010<!ENTITY gmp-size "1.6 MB">
    11 <!ENTITY gmp-buildsize "34 MB">
    12 <!ENTITY gmp-time "0.91 SBU">
     11<!ENTITY gmp-buildsize "60.8 MB">
     12<!ENTITY gmp-time "0.88 SBU (additional 0.81 SBU to run the testsuite)">
    1313]>
    1414
     
    2020<?dbhtml filename="gmp.html"?>
    2121<title>GMP-&gmp-version;</title>
     22<indexterm zone="gmp">
     23<primary sortas="a-GMP">GMP</primary></indexterm>
    2224
    2325<sect2>
     
    5355<screen><userinput><command>./configure --prefix=/usr --enable-cxx \
    5456    --enable-mpbsd --enable-mpfr &amp;&amp;
    55 make &amp;&amp;
    56 make install</command></userinput></screen>
     57make</command></userinput></screen>
     58
     59<para>Now, as the root user:</para>
     60
     61<screen><userinput role='root'><command>make install</command></userinput></screen>
    5762
    5863</sect2>
     
    7984<title>Contents</title>
    8085
    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>
     86<segmentedlist>
     87<segtitle>Installed Programs</segtitle>
     88<segtitle>Installed Libraries</segtitle>
     89<segtitle>Installed Directories</segtitle>
    8490
    85 </sect2>
     91<seglistitem>
     92<seg>None</seg>
     93<seg>libgmp.[so,a], libgmpxx.[so,a], libmp.[so,a] and libmpfr.a</seg>
     94<seg>None</seg>
     95</seglistitem>
     96</segmentedlist>
    8697
    87 <sect2><title>Description</title>
     98<variablelist>
     99<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     100<?dbfo list-presentation="list"?>
    88101
    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
    92 operate on signed integers, rational numbers, and floating point
    93 numbers.</para></sect3>
     102<varlistentry id="libgmp">
     103<term><filename class='libraryfile'>libgmp.[so,a]</filename></term>
     104<listitem><para>contains functions to operate on signed integers, rational
     105numbers, and floating point numbers.</para>
     106<indexterm zone="gmp libgmp">
     107<primary sortas="c-libgmp">libgmp.[so,a]</primary>
     108</indexterm></listitem>
     109</varlistentry>
     110</variablelist>
    94111
    95112</sect2>
Note: See TracChangeset for help on using the changeset viewer.