Introduction
===========================
This library is a collection of simple aditions for
applications and libraries.
Some features:
- a buffer capable of accumulating various kinds of values
- linked lists
- memory tracking
- customizable messages to the user
- threads that delete themselves
- background job suport
As it is based on Qt framework[2], the code is easly portable.
Ubuntu
===========================
For Ubuntu a ppa is available: ppa:nicu-tofan/ppa.
To be able to install the library on ubuntu one needs to
enter following commands:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E7270845
sudo add-apt-repository ppa:nicu-tofan/ppa
sudo apt-get update
sudo apt-get install libbbb
Licence
===========================
The project is distributed under the 3-clause license
("Revised BSD License", "New BSD License", or
"Modified BSD License") [1]. Read about it in the COPYING file.
Instalation
===========================
To build and install the library follow the instructions in INSTALL file.
Content of the package
===========================
TBD
[1] http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29