%general-entities; ]> $LastChangedBy$ $Date$ Ruby-&ruby-version; Ruby Introduction to Ruby The Ruby package contains the Ruby development environment. This is useful for object-oriented scripting. &lfs75_checked; 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 Dependencies Optional , , , libyaml, , and User Notes: Installation of Ruby Install Ruby by running the following commands: sed -i ext/readline/readline.c \ -e "s:(Function \*)readline:(rl_hook_func_t \*)readline:" && ./configure --prefix=/usr \ --enable-shared \ --docdir=/usr/share/doc/ruby-&ruby-version; && make To test the results, issue: make test. Now, as the root user: make install Command Explanations sed -i ext/readline/readline.c ...: This sed fixes building with Readline 6.x (x>2). --enable-shared: This switch enables building of the libruby shared library. Contents Installed Programs Installed Libraries Installed Directories erb, gem, irb, rake, rdoc, ri, ruby, and testrb libruby.so, libruby-static.a, and numerous modules located in the /usr/lib/ruby hierarchy. /usr/include/ruby-2.1.0, /usr/lib/ruby, /usr/share/doc/ruby-&ruby-version; and /usr/share/ri Short Descriptions ruby is an interpreted scripting language for quick and easy object-oriented programming. ruby irb is the interactive interface for Ruby. irb erb is Tiny eRuby. It interprets a Ruby code embedded text file. erb ri displays documentation from a database on Ruby classes, modules, and methods. ri libruby.so contains the API functions required by Ruby. libruby.so