- Enter
cereal
in the commad line in the project directory containingcereal
. Alternatively you can addcereal
to$PATH
to allow it to be launched from any directory.
-
Enter
qmake cereal.pro
in the command line in the project directory. Note, you must haveqmake
installed for this command to work. To installqmake
and other qt5 utilities and libraries entersudo apt-get install qt5-default
in the command line. Also installlibqt5charts5-dev
usingsudo apt-get install libqt5charts5-dev
. -
qmake
will generate a Makefile that can be used to compilecereal
. Entermake
in the project directory to build the application. -
Launch
cereal
by typingcereal
in 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.