From 098fc573e9c58546a93f87eed997ae0886b9d36c Mon Sep 17 00:00:00 2001 From: gc Date: Mon, 28 Mar 2005 16:04:01 +0000 Subject: [PATCH] add basic installation procedures --- INSTALL | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..fd2dcc4 --- /dev/null +++ b/INSTALL @@ -0,0 +1,26 @@ + Quick Start + +Type this (You might needs super user previledge): + +($ su) + # ruby setup.rb + +If you want to install the program into your home directory +($HOME), use following instead: + +$ ruby setup.rb all --prefix=$HOME + + + Detailed Installation Process + +setup.rb invokes installation by three steps. There are "config", +"setup" and "install". You can invoke each steps separately as +following: + +$ ruby setup.rb config +$ ruby setup.rb setup +# ruby setup.rb install + +You can control installation process by giving detailed options +for each tasks. For example, --bin-dir=$HOME/bin let setup.rb +install commands in $HOME/bin. -- 2.30.2