- The current code was built using gcc version 7.5.0
>> mkdir build
>> cd build
>> cmake ../
>> make
./uart_debugger -l "pathToLogFile" -a "pathToAnalysisFile"
or
./uart_debugger --LogFilePath "pathToLogFile" --AnalysisFilePath "pathToAnalysisFile"
you can always refere to the help menu by calling
./uart_debugger -h
or
./uart_debugger --help