- gcc (pour compiler) ou autre compilateur c++
- jsonhpp
L'installer sous arch:
yay -Sy gcc jsoncpp
Insaller Jsoncpp A faire dans le dossier tmp ou home:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install jsoncpp
make compile
make compile install # ou make
make execute
Le fichier config est dans /home/ay/.config/cours2022.json
Le fichier log est dans /home/ay/.config/cours2022.log
- La TODO Liste de main.cpp
TODO