Install
-------


* REQUERIMENTS

To compile beaver you will need those packages:

C headers and libraries of GTK+ 2.12 or higher
autoconf 2.13 or higher
automake 
pkg-config 0.9 or higher
gcc

* UNIX/LINUX

Start the configurations script by running "./configure" in a console, to check all dependencies
and to configure beaver to your needs (run "./configure --help" to see all options). Then run
"make" and "make install" to compile and install beaver onto your computer.

Enjoy!

In a nutshell, the recommended method is:

beaver$ ./configure
beaver$ make
beaver$ sudo make install

* UNIX/LINUX - From CVS

$ cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/beaver co beaver0.4.0
$ cd beaver0.4.0
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

* WINDOWS

Still experimental... and probably always will!

* COMPILE DOCUMENTATION

$ make doc
$ make install

