INSTALLATION REQUIREMENTS
-------------------------

Ok, if you want to compile this stuff yourself, here it goes:

You'll need:

- GCC
- LEX / YACC (preferably flex & bison)
- NCURSES (with menu and forms)
- LIBSHHOPT

Currently, I am using this configuration:

- Linux 2.0.33
- gcc 2.7.2.1
- bison 1.25
- flex 2.5.4
- ncurses 1.9.9
- shhopt 1.2
- make 3.75


COMPILING
---------

Take a look at the Makefile. It won't hurt you, and besides, if you don't have
bison and flex, you can change it to use lex & yacc. It is always good
to check the installing directories too.

Modify the webblerc file to fit your needs. Well, you MUST do it, otherwise
webble will not be able to work correctly.

Also, you can change the location of the main WEBBLERC file (this is where the
program reads its configuration).

If it's ok, just type 'make' at the prompt. This process should generate
an executable program called 'webble'(surprised?).


RUNNING
-------

You can type 'webble -h' to see the options (they are described in the manual
page), but webble should run without command line options.

At this time, you should type 'webble -f ./webblerc'


INSTALLING
----------

You will have to be root to do this.

If it ran ok, now you can 'make install'. This will install webble, webblerc
and the manual page in the directories specified in the makefile.


UNINSTALL
---------

If you hated webble, you can uninstall it easily, issuing
'make uninstall'.


Rubens <rubens_ramos@yahoo.com>



