Changeset 88de746


Ignore:
Timestamp:
04/05/2005 06:54:33 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:
0697dc1
Parents:
38485e5c
Message:

Updated build entities in librep and Ruby instructions; updated build commands and indexing tags in Ruby instructions

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/librep.xml

    r38485e5c r88de746  
    99<!ENTITY librep-md5sum "ad4ad851ff9f82a5d61024cd96bc2998">
    1010<!ENTITY librep-size "1.2 MB">
    11 <!ENTITY librep-buildsize "13.2 MB">
    12 <!ENTITY librep-time "0.49 SBU">
     11<!ENTITY librep-buildsize "13.4 MB">
     12<!ENTITY librep-time "0.47 SBU">
    1313]>
    1414
  • general/prog/ruby.xml

    r38485e5c r88de746  
    99<!ENTITY ruby-md5sum "8ffc79d96f336b80f2690a17601dea9b">
    1010<!ENTITY ruby-size "3.5 MB">
    11 <!ENTITY ruby-buildsize "36.2 MB">
    12 <!ENTITY ruby-time "0.62 SBU">
     11<!ENTITY ruby-buildsize "55.2 MB">
     12<!ENTITY ruby-time "0.93 SBU">
    1313]>
    1414
     
    6161commands:</para>
    6262
    63 <screen><userinput><command>./configure --prefix=/usr \
    64     --enable-shared --enable-pthread &amp;&amp;
     63<screen><userinput><command>./configure --prefix=/usr --enable-shared \
     64--enable-pthread --enable-install-doc &amp;&amp;
    6565make</command></userinput></screen>
    6666
    6767<para>Now, as the root user:</para>
    6868
    69 <screen><userinput role='root'><command>make install &amp;&amp;
    70 make install-doc</command></userinput></screen>
     69<screen><userinput role='root'><command>make install</command></userinput></screen>
    7170
    7271</sect2>
     
    8786
    8887<segmentedlist>
    89 <segtitle>Installed Program</segtitle>
    90 <segtitle>Installed Library</segtitle>
     88<segtitle>Installed Programs</segtitle>
     89<segtitle>Installed Libraries</segtitle>
    9190<segtitle>Installed Directories</segtitle>
    9291<seglistitem>
    9392<seg>ruby, irb, erb, rdoc, ri and testrb</seg>
    94 <seg>libruby.so</seg>
     93<seg>libruby.so and numerous modules located in the
     94<filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg>
    9595<seg>/usr/lib/ruby and /usr/share/ri</seg></seglistitem>
    9696</segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.