glfs/general/prog/ruby/ruby-inst.xml
Larry Lawrence a1f7daa41a add ruby-1.6.7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@77 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-08 03:47:21 +00:00

12 lines
237 B
XML

<sect2>
<title>Installation of ruby</title>
<para>Install ruby by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>