On Monday 20 September 2004 11:27 pm, Minero Aoki wrote: > Try latest version of setup.rb (3.3.0). > you are only required to type: > > ruby setup.rb > > It automatically invokes config, setup, then install. > > There is one more new feature, `all': > > ruby setup.rb all --prefix=$HOME > > This also invokes config-setup-install but you can invoke > setup.rb with any config options. That's great! That means it's almost there. Now if I can only integrate it with Rake, I'll be a happy camper. Hmm... how best to do? Also, minor question: why is config.save downcase, but InstalledFiles is camelcase? Thanks again, T.