1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
To make and install this program :
run:
./configure
make
make install (as root)
The global configuration files can be found in $(datadir)/bbtools
(default: /usr/local/share/bbtools).
Blackbox users:
---------------
By default bbsload 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 bbsload reads the bbsload.bb config file.
The global configuration is placed in /usr/local/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:
----------------------------------------------------------------
bbsload reads the bbsload.nobb config file.
The global configuration is placed in /usr/local/share/bbtools/
The local configuration can be placed in $HOME/.bbtools/
Just copy the global configuration file to $HOME/.bbtools/ (and change it)
See bbsload -h for command-line options.
|