sudo apt-get install libz3-dev mkdir build cd build cmake .. cmake --build . ./aoc cd build cppcheck --project=compile_commands.json --enable=all