Chapter 0: Installation
0.0 Installation:
Installing BashStyle-NG is quite easy. First check the dependencies
with: `./configure', then build all necessary files via: `make'.
The last step is to install it, use either `sudo make install' or
`su -c "make install"'.
0.1 Configure Options
The configure-script BashStyle-NG comes with, is not a common autotools-based one;
instead it's a very modular bash script I've written.
You can pass a small set of options to it:
`--prefix' -- The prefix to install BashStyle-NG in -- default is /usr
`--maint' -- Enter maintainer-mode (no checks) -- default is no
Note: that `--maint' must
be set before `--prefix', if you wish to use it.