BiblioCatalog is meant to be a simple portable library. As it is right now, it's only a simple program using a csv file.
This repository is supposed to host the code of the Linux version of BiblioCatalog.
For Linux, just run BiblioCatalog, it will asks you what you want to do. Go forward. It will create a csv file into the directory which will stock your books.
To create a Windows.exe console app, launch an app like Visual. Create a solution and put the .h/.cpp into it. Change every system("clear") by system("cls"). You can remove the include. Compile.