To make and install this program :

run:
./configure
make
make install (as root)

As the program can use Imlib to show some images (adapter state), 
the configure command will search by itself if Imlib is installed or not.
The user can force this setting using one of the following:

./configure --with-imlib 
./configure --without-imlib

and then run:
make
make install (as root)

The global configuration files can be found in $(datadir)/bbtools 
(default: /usr/share/bbtools).

Blackbox users:
---------------

By default bbacpi reads the Blackbox style-file as defined in .blackboxrc 
and copies as much of the style as possible. The result is a application 
which looks a lot like the toolbar. 

Furthermore bbacpi reads the bbacpi.bb config file.
The global configuration is placed in /usr/share/bbtools/
The local configuration can be placed in $HOME/.bbtools/
Just copy the global configuration file to $HOME/.bbtools/ (and change it)

Users other Window managers:
----------------------------------------------------------------

bbacpi reads the bbacpi.nobb config file.
The global configuration is placed in /usr/share/bbtools/
The local configuration can be placed in $HOME/.bbtools/
Just copy the global configuration file to $HOME/.bbtools/ (and change it) 

See bbacpi -h for command-line options.
