Ignore:
Timestamp:
06/22/2017 10:41:03 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
75e17b9
Parents:
8c08e6a
Message:

Update to gtk+3.22.16.
Update to xterm-330.
Update to mesa-17.1.3.
Update to gsl-2.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gsl.xml

    r8c08e6a r3f2f363  
    99  <!ENTITY gsl-download-ftp
    1010    "ftp://ftp.gnu.org/pub/gnu/gsl/gsl-&gsl-version;.tar.gz">
    11   <!ENTITY gsl-md5sum        "905fcbbb97bc552d1037e34d200931a0">
    12   <!ENTITY gsl-size          "4.3 MB">
    13   <!ENTITY gsl-buildsize     "188 MB (with tests)">
    14   <!ENTITY gsl-time          "1.9 SBU (with tests)">
     11  <!ENTITY gsl-md5sum        "dba736f15404807834dc1c7b93e83b92">
     12  <!ENTITY gsl-size          "5.6 MB">
     13  <!ENTITY gsl-buildsize     "181 MB (with tests, without docs)">
     14  <!ENTITY gsl-time          "1.3 SBU (with tests using parallelism=4, without docs)">
    1515]>
    1616
     
    3939
    4040    &lfs80_checked;
     41    &gcc7_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7879    <bridgehead renderas="sect4">Optional</bridgehead>
    7980    <para role="optional">
    80       <xref linkend="texlive"/> or <xref linkend="tl-installer"/>
     81      <ulink url="http://www.sphinx-doc.org/en/stable/man/sphinx-build.html>Sphinx">Sphinx</ulink>
    8182    </para>
    8283
     
    9596
    9697<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    97 make                                       &amp;&amp;
    98 make html</userinput></screen>
     98make</userinput></screen>
     99
     100    <para>If you have the optional <application>Sphinx</application> package
     101    installed, buid the documentaiton with:</para>
     102
     103<screen><userinput>make html</userinput></screen>
    99104
    100105    <para>
     
    106111    </para>
    107112
    108 <screen role="root"><userinput>make install &amp;&amp;
    109 
    110 mkdir /usr/share/doc/gsl-&gsl-version; &amp;&amp;
     113<screen role="root"><userinput>make install</userinput></screen>
     114
     115    <para>If you built the documentation, install it (as root) with:</para>
     116
     117<screen><userinput>mkdir /usr/share/doc/gsl-&gsl-version; &amp;&amp;
    111118cp doc/gsl-ref.html/* /usr/share/doc/gsl-&gsl-version;</userinput></screen>
     119
    112120  </sect2>
    113121
Note: See TracChangeset for help on using the changeset viewer.