- Enter
cerealin the commad line in the project directory containingcereal. Alternatively you can addcerealto$PATHto allow it to be launched from any directory.
-
Enter
qmake cereal.proin the command line in the project directory. Note, you must haveqmakeinstalled for this command to work. To installqmakeand other qt5 utilities and libraries entersudo apt-get install qt5-defaultin the command line. Also installlibqt5charts5-devusingsudo apt-get install libqt5charts5-dev. -
qmakewill generate a Makefile that can be used to compilecereal. Entermakein the project directory to build the application. -
Launch
cerealby typingcerealin the project directory.
Please refer to the GitHub wiki found here for information on how to use cereal. An example of a serial signal is provided for you in the cereal_generator directory. It can be compiled using the Arduino IDE.