ruby-sumo

Up / ChangeLog

ruby-sumo is all-in-one packaged installer for some major Ruby softwares/libraries.

What is provided

See LIST, and feel free to request for adding other package.

Requirements

How to get

ruby-sumo is hosted on sourceforge.net. You can find files in File List. Latest release is ruby-sumo-2003.07.27.tar.gz.

How to install

Just type (become root if you need):

./rubysumo-setup

or if you are using `sudo' for installing, type:

./rubysumo-setup --sudo sudo

rubysumo-setup can accept some options, see "rubysumo-setup --help":

usage: rubysumo-setup [OPTION]
OPTION:
  --with PACKAGE, ...
    Install PACKAGE. [everything]
  --without PACKAGE, ...
    Do not install PACKAGE. (Prior to --with) [none]
  --abort
    Do not continue installation if failed.
  --bindir DIR
    User executable is installed in DIR [guessed]
  --sbindir DIR
    System admin Executable is installed in DIR [guessed or bindir]
  --libdir DIR
    Library is installed in DIR [guessed]
  --extdir DIR
    Extension library is installed in DIR [guessed or libdir]
  --datadir DIR
    Read-only architecture-independent data is installed in DIR [guessed]
  --mandir DIR
    Man documentation is installed in DIR [guessed or DATADIR/man]
  --infodir DIR
    Info documentation is installed in DIR [guessed or DATADIR/info]
  --sudo PROGRAM
    Use PROGRAM for installtion.

FAQ

Would you consider to include FXRuby?

I want, but FXRuby was too big. Instead of including it to official release, I will release the documentation how to create your own ruby-sumo.

Copyright and License Notice

This program is free software distributed under BSD-style license term described in file COPYING.

Copyright 2003-, Shirai,Kaoru <shirai@korinkan.co.jp>