mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
38485e5c60
commit
88de746418
@ -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;">
|
||||
|
@ -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 &&
|
||||
<screen><userinput><command>./configure --prefix=/usr --enable-shared \
|
||||
--enable-pthread --enable-install-doc &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user