3 Type this (You might needs super user previledge):
8 If you want to install the program into your home directory
9 ($HOME), use following instead:
11 $ ruby setup.rb all --prefix=$HOME
14 Detailed Installation Process
16 setup.rb invokes installation by three steps. There are "config",
17 "setup" and "install". You can invoke each steps separately as
20 $ ruby setup.rb config
22 # ruby setup.rb install
24 You can control installation process by giving detailed options
25 for each tasks. For example, --bin-dir=$HOME/bin let setup.rb
26 install commands in $HOME/bin.