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
This commit is contained in:
Randy McMurchy 2005-04-05 18:54:33 +00:00
parent 38485e5c60
commit 88de746418
2 changed files with 11 additions and 11 deletions

View File

@ -8,8 +8,8 @@
<!ENTITY librep-download-ftp " ">
<!ENTITY librep-md5sum "ad4ad851ff9f82a5d61024cd96bc2998">
<!ENTITY librep-size "1.2 MB">
<!ENTITY librep-buildsize "13.2 MB">
<!ENTITY librep-time "0.49 SBU">
<!ENTITY librep-buildsize "13.4 MB">
<!ENTITY librep-time "0.47 SBU">
]>
<sect1 id="librep" xreflabel="librep-&librep-version;">

View File

@ -8,8 +8,8 @@
<!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/ruby-&ruby-version;.tar.gz">
<!ENTITY ruby-md5sum "8ffc79d96f336b80f2690a17601dea9b">
<!ENTITY ruby-size "3.5 MB">
<!ENTITY ruby-buildsize "36.2 MB">
<!ENTITY ruby-time "0.62 SBU">
<!ENTITY ruby-buildsize "55.2 MB">
<!ENTITY ruby-time "0.93 SBU">
]>
<sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
@ -60,14 +60,13 @@ is useful for object-oriented scripting.</para>
<para>Install <application>Ruby</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr \
--enable-shared --enable-pthread &amp;&amp;
<screen><userinput><command>./configure --prefix=/usr --enable-shared \
--enable-pthread --enable-install-doc &amp;&amp;
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install &amp;&amp;
make install-doc</command></userinput></screen>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -86,12 +85,13 @@ threading library into the <application>Ruby</application> build.</para>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>ruby, irb, erb, rdoc, ri and testrb</seg>
<seg>libruby.so</seg>
<seg>libruby.so and numerous modules located in the
<filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg>
<seg>/usr/lib/ruby and /usr/share/ri</seg></seglistitem>
</segmentedlist>