Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.63 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.63 KB

File INI Project

Progetto Universitario per la lettura e la scrittura di un qualsiasi file INI.
Per far funzionare correttamente il programma bisogna installare sul proprio terminale una libreria esterna chiamata BOOST.
La libreria si trova a questo indirizzo https://www.boost.org/.
Una volta scaricata e inserita in una directory, deve essere installata. Per farlo si può seguire la guida sul sito ufficiale a questo indirizzo https://www.boost.org/doc/libs/1_55_0/doc/html/bbv2/installation.html
A fine dell'installazione, entrare dentro il file del programma chiamato CMakeLists.txt e nei comandi d'inclusione della path di BOOST inserire la path corretta della posizione di BOOST sul vostro terminale.
Una volta effettuate le seguenti operazioni il programma dovrebbe funzionare in maniera corretta.


University project for reading and writing any INI file. For the program to work properly, you must install an external library called BOOST on your terminal. The library can be found at this address https://www.boost.org/. Once downloaded and placed in a directory, it must be installed. To do this you can follow the guide on the official site at this address https://www.boost.org/doc/libs/1_55_0/doc/html/bbv2/installation.html At the end of the installation, enter inside the program file called CMakeLists.txt and in the BOOST path inclusion commands enter the correct path to the BOOST location on your terminal. Once you have done the following the program should run correctly.