A book cataloger program
This is a second version of the program Book Manager. A C program with GTK interface for for storing books data like title, author and edition.
Clone the repository and navigate into the project directory, build and install:
git clone https://github.com/profmatjr/Book-Manager-2.git
cd Book-Manager-2
make
sudo make install
That's it!!!

