source: general/prog/ruby.xml@ d8614521

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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
Last change on this file since d8614521 was d8614521, checked in by Randy McMurchy <randy@…>, 19 years ago

Separated root installation from build commands in remaining packages that are already indexed

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

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e619d74]7<!ENTITY ruby-download-http " ">
8<!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/ruby-&ruby-version;.tar.gz">
[35a9977]9<!ENTITY ruby-md5sum "8ffc79d96f336b80f2690a17601dea9b">
[e619d74]10<!ENTITY ruby-size "3.5 MB">
[4ba4e7c]11<!ENTITY ruby-buildsize "36.2 MB">
12<!ENTITY ruby-time "0.62 SBU">
[52d29f7]13]>
14
[5db3785e]15<sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[19aa75a]20<?dbhtml filename="ruby.html"?>
[13f51bbc]21<title>Ruby-&ruby-version;</title>
[5db3785e]22<indexterm zone="ruby">
[6a2bce2]23<primary sortas="a-Ruby">Ruby</primary></indexterm>
[a1f7daa]24
[52d29f7]25<sect2>
26<title>Introduction to <application>Ruby</application></title>
[4ba4e7c]27
[52d29f7]28<para>The <application>Ruby</application> package contains the
29<application>Ruby</application> development environment. This
30is useful for object-oriented scripting.</para>
[4ba4e7c]31
[52d29f7]32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
[6a2bce2]34<listitem><para>Download (HTTP):
35<ulink url="&ruby-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&ruby-download-ftp;"/></para></listitem>
[0ef1837]38<listitem><para>Download MD5 sum: &ruby-md5sum;</para></listitem>
[52d29f7]39<listitem><para>Download size: &ruby-size;</para></listitem>
[6a2bce2]40<listitem><para>Estimated disk space required:
41&ruby-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&ruby-time;</para></listitem></itemizedlist>
[52d29f7]44</sect3>
[4ba4e7c]45
46<sect3><title><application>Ruby</application> dependencies</title>
47<sect4><title>Optional</title>
[cef3a2f]48<para><xref linkend="openssl"/>,
[4ba4e7c]49<xref linkend="tk"/>,
50<xref linkend="db"/>,
51<xref linkend="gdbm"/></para>
52</sect4>
53</sect3>
54
[52d29f7]55</sect2>
56
57<sect2>
58<title>Installation of <application>Ruby</application></title>
[4ba4e7c]59
60<para>Install <application>Ruby</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr \
64 --enable-shared --enable-pthread &amp;&amp;
[d8614521]65make</command></userinput></screen>
66
67<para>Now, as the root user:</para>
68
69<screen><userinput role='root'><command>make install &amp;&amp;
[5cb3ea7]70make install-doc</command></userinput></screen>
71
[4ba4e7c]72</sect2>
73
74<sect2>
75<title>Command explanations</title>
76
77<para><parameter>--enable-shared</parameter>: This parameter builds the
78<filename class='libraryfile'>libruby</filename> shared library.</para>
79
80<para><parameter>--enable-pthread</parameter>: This parameter links the
81threading library into the <application>Ruby</application> build.</para>
82
[52d29f7]83</sect2>
84
85<sect2>
86<title>Contents</title>
[5cb3ea7]87
[35a9977]88<segmentedlist>
[7302427]89<segtitle>Installed Program</segtitle>
[35a9977]90<segtitle>Installed Library</segtitle>
[5cb3ea7]91<segtitle>Installed Directories</segtitle>
[35a9977]92<seglistitem>
[20cdff5]93<seg>ruby, irb, erb, rdoc, ri and testrb</seg>
[0ef1837]94<seg>libruby.so</seg>
[5cb3ea7]95<seg>/usr/lib/ruby and /usr/share/ri</seg></seglistitem>
[35a9977]96</segmentedlist>
97
98<variablelist>
99<bridgehead renderas="sect3">Short Descriptions</bridgehead>
100<?dbfo list-presentation="list"?>
101
[5db3785e]102<varlistentry id="ruby-prog">
[0ef1837]103<term><command>ruby</command></term>
[35a9977]104<listitem><para>is an interpreted scripting language for quick
[03ab977]105and easy object-oriented programming.</para>
[5db3785e]106<indexterm zone="ruby ruby-prog">
[6a2bce2]107<primary sortas="b-ruby">ruby</primary></indexterm>
[03ab977]108</listitem>
[35a9977]109</varlistentry>
110
111<varlistentry id="irb">
112<term><command>irb</command></term>
[5cb3ea7]113<listitem><para>is the interactive interface for
114<application>Ruby</application>.</para>
[5db3785e]115<indexterm zone="ruby irb">
[6a2bce2]116<primary sortas="b-irb">irb</primary></indexterm>
[03ab977]117</listitem>
[35a9977]118</varlistentry>
[5cb3ea7]119
120<varlistentry id="erb">
121<term><command>erb</command></term>
122<listitem><para>is Tiny eRuby. It interprets a
123<application>Ruby</application> code embedded text file.</para>
[5db3785e]124<indexterm zone="ruby erb">
[6a2bce2]125<primary sortas="b-erb">erb</primary></indexterm>
[5cb3ea7]126</listitem>
127</varlistentry>
128
129<varlistentry id="ri">
130<term><command>ri</command></term>
131<listitem><para>displays documentation from a database on
132<application>Ruby</application> classes, modules and methods.</para>
[5db3785e]133<indexterm zone="ruby ri">
[6a2bce2]134<primary sortas="b-ri">ri</primary></indexterm>
[5cb3ea7]135</listitem>
136</varlistentry>
[7302427]137
138<varlistentry id="libruby">
139<term><filename role="library">libruby.so</filename></term>
140<listitem><para>contains the <acronym>API</acronym> functions required
141by <application>Ruby</application>.</para>
[5db3785e]142<indexterm zone="ruby libruby">
[6a2bce2]143<primary sortas="c-libruby">libruby.so</primary></indexterm>
[7302427]144</listitem>
145</varlistentry>
[35a9977]146</variablelist>
[4ba4e7c]147
[52d29f7]148</sect2>
[a1f7daa]149
150</sect1>
151
Note: See TracBrowser for help on using the repository browser.