1 This software requires:
4 - ruby-gettext >= 0.8.0
10 Type this (You might needs super user previledge):
15 If you want to install the program into your home directory
16 ($HOME), use following instead:
18 $ ruby setup.rb all --prefix=$HOME
21 Detailed Installation Process
23 setup.rb invokes installation by three steps. There are "config",
24 "setup" and "install". You can invoke each steps separately as
27 $ ruby setup.rb config
29 # ruby setup.rb install
31 You can control installation process by giving detailed options
32 for each tasks. For example, --bin-dir=$HOME/bin let setup.rb
33 install commands in $HOME/bin.