README 754 B

1234567891011121314151617181920
  1. Ruby is an interpreted scripting language for quick and easy
  2. object-oriented programming. It has many features to process text
  3. files and to do system management tasks (as in Perl). It is simple,
  4. straight-forward, and extensible.
  5. Notes
  6. ======
  7. This build script will install a newer version of ruby alongside
  8. the provided official Slackware ruby package, however it will overwrite
  9. /usr/lib{64}/libruby.so, so make sure to reinstall ruby package
  10. when you remove this package.
  11. This package is not required, as the standard Slackware
  12. system does provide a version of ruby.
  13. Execute using '/usr/bin/ruby2' to utilize. All binaries
  14. installed by this package are installed with an added "2" at the
  15. end of each. (ruby2, rake2, irb2, gem2, erb2, rdoc2, ri2)