Ignore:
Timestamp:
12/28/2014 05:50:10 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
38b3eab
Parents:
4885a05
Message:

Update to doxygen-1.8.9.
ruby-2.2.0: fix build of capi docs and statistics to make explicit docs part.

graphviz-2.38.0: fix build with ruby-2.2.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r4885a05 r75457cc  
    1212  <!ENTITY ruby-md5sum        "54b43c6c6c9dd4c4b08ceb03ad0ded7a">
    1313  <!ENTITY ruby-size          "9.9 MB">
    14   <!ENTITY ruby-buildsize     "481 MB">
    15   <!ENTITY ruby-time          "2.9 SBU (additional 0.2 SBU for tests)">
     14  <!ENTITY ruby-buildsize     "342 MB (additional 183 MB for docs)">
     15  <!ENTITY ruby-time          "2.9 SBU (additional 1.1 SBU for docs and 0.2 SBU for tests)">
    1616]>
    1717
     
    9797    <para>
    9898      Install <application>Ruby</application> by running the following
    99       commands:
     99      command:
    100100    </para>
    101101
    102102<screen><userinput>./configure --prefix=/usr   \
    103103            --enable-shared \
    104             --docdir=/usr/share/doc/ruby-&ruby-version; &amp;&amp;
    105 make</userinput></screen>
     104            --docdir=/usr/share/doc/ruby-&ruby-version;</userinput></screen>
     105
     106    <para>
     107      Optionally, build the CAPI documents by running the following
     108      commands:
     109    </para>
     110
     111<screen><userinput>cp -v template/Doxyfile.tmpl Doxyfile &amp;&amp;
     112doxygen</userinput></screen>
     113
     114    <para>
     115      Compile and link <application>Ruby</application> by running the following
     116      command:
     117    </para>
     118
     119<screen><userinput>make</userinput></screen>
    106120
    107121    <para>
Note: See TracChangeset for help on using the changeset viewer.