diff --git a/general/prog/ruby.xml b/general/prog/ruby.xml index 855a9bb7a1..3ac75a4696 100644 --- a/general/prog/ruby.xml +++ b/general/prog/ruby.xml @@ -4,148 +4,173 @@ %general-entities; - - - - - - + + + + + + ]> - -$LastChangedBy$ -$Date$ - - -Ruby-&ruby-version; - -Ruby + - -Introduction to <application>Ruby</application> + + $LastChangedBy$ + $Date$ + -The Ruby package contains the -Ruby development environment. This -is useful for object-oriented scripting. + Ruby-&ruby-version; -Package information - -Download (HTTP): - -Download (FTP): - -Download MD5 sum: &ruby-md5sum; -Download size: &ruby-size; -Estimated disk space required: -&ruby-buildsize; -Estimated build time: -&ruby-time; - + + Ruby + -<application>Ruby</application> dependencies -Optional -, -, -, - - - + + Introduction to Ruby - + The Ruby package contains the + Ruby development environment. This + is useful for object-oriented scripting. - -Installation of <application>Ruby</application> + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &ruby-md5sum; + + + Download size: &ruby-size; + + + Estimated disk space required: &ruby-buildsize; + + + Estimated build time: &ruby-time; + + -Install Ruby by running the following -commands: + Ruby Dependencies -./configure --prefix=/usr --enable-shared \ + Optional + , + , + , + + + + + + Installation of Ruby + + Install Ruby by running the following + commands: + +./configure --prefix=/usr --enable-shared \ --enable-pthread --enable-install-doc && -make +make -Now, as the root user: + Now, as the root user: -make install +make install - + - -Command explanations + + Command Explanations ---enable-shared: This parameter builds the -libruby shared library. + --enable-shared: This parameter builds the + libruby shared library. ---enable-pthread: This parameter links the -threading library into the Ruby build. + --enable-pthread: This parameter links the + threading library into the Ruby build. - + - -Contents + + Contents - -Installed Programs -Installed Libraries -Installed Directories - -ruby, irb, erb, rdoc, ri and testrb -libruby.so and numerous modules located in the -/usr/lib/ruby hierarchy. -/usr/lib/ruby and /usr/share/ri - + + Installed Programs + Installed Libraries + Installed Directories - -Short Descriptions - + + ruby, irb, erb, rdoc, ri, and testrb + libruby.so and numerous modules located in the + /usr/lib/ruby hierarchy. + /usr/lib/ruby and /usr/share/ri + + - -ruby -is an interpreted scripting language for quick -and easy object-oriented programming. - -ruby - - + + Short Descriptions + + - -irb -is the interactive interface for -Ruby. - -irb - - + + ruby + + is an interpreted scripting language for quick + and easy object-oriented programming. + + ruby + + + - -erb -is Tiny eRuby. It interprets a -Ruby code embedded text file. - -erb - - + + irb + + is the interactive interface for + Ruby. + + irb + + + - -ri -displays documentation from a database on -Ruby classes, modules and methods. - -ri - - + + erb + + is Tiny eRuby. It interprets a + Ruby code embedded text file. + + erb + + + - -libruby.so -contains the API functions required -by Ruby. - -libruby.so - - - + + ri + + displays documentation from a database on + Ruby classes, modules and methods. + + ri + + + - + + libruby.so + + contains the API functions required + by Ruby. + + libruby.so + + + + + + +