Changeset 852fc810 for general


Ignore:
Timestamp:
01/17/2015 12:37:23 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4881073
Parents:
18f2584
Message:

Update to gdb-7.8.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r18f2584 r852fc810  
    77  <!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    9   <!ENTITY gdb-md5sum        "8072be87a94be0936bc3b4b6941b0862">
     9  <!ENTITY gdb-md5sum        "a80cf252ed2e775d4e4533341bbf2459">
    1010  <!ENTITY gdb-size          "17 MB">
    11   <!ENTITY gdb-buildsize     "325 MB (446 MB with checks)">
    12   <!ENTITY gdb-time          "2.2 SBU (additional 5.8 SBU for checks)">
     11  <!ENTITY gdb-buildsize     "388 MB (534 MB with checks)">
     12  <!ENTITY gdb-time          "2.2 SBU (add up to 10 SBU for checks)">
    1313]>
    1414
     
    8080    <para role="optional">
    8181      <xref linkend="dejagnu"/> (for tests),
    82       <xref linkend="guile"/> and
     82      <xref linkend="doxygen"/>,
     83      <xref linkend="guile"/>, and
    8384      <xref linkend="python2"/>
    8485    </para>
     
    115116
    116117<screen role="root"><userinput>make -C gdb install</userinput></screen>
     118
     119    <para>
     120      Optionally, to build the API documentation using
     121      <xref linkend="doxygen"/>, run:
     122    </para>
     123
     124<screen><userinput>make -C gdb/doc doxy</userinput></screen>
     125
     126    <para>
     127      The API documentation is now in gdb/doc/doxy. You can install it (as
     128      the <systemitem class="username">root</systemitem> user):
     129    </para>
     130
     131<screen role="root"><userinput>install -d /usr/share/doc/gdb-&gdb-version; &amp;&amp;
     132cp -Rv gdb/doc/doxy /usr/share/doc/gdb-&gdb-version;</userinput></screen>
    117133
    118134  </sect2>
Note: See TracChangeset for help on using the changeset viewer.