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 GIT

$ git clone git://beaver-editor.git.sourceforge.net/gitroot/beaver-editor/beaver-editor  
$ cd beaver-editor
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

* WINDOWS

Still experimental... and probably always will!

* COMPILE DOCUMENTATION

$ make doc

