Compile BeRTOS demo application
BeRTOS runs on many CPUs, even emulated under a PC.
You need:
- GCC and G++ compilers.
- QT4 GUI toolkit -- needed to draw menus and other widgets.
For now emulation is tested only under Linux. The demo application consist of a simple menu (that usually will be drawn on LCD displays). You can navigate and test various features and widgets (checkboxes, radiobox, graphic and window manager subsystems, etc...)
Linux
First ensure you have gcc and g++ installed.
Also install qt4 development packages. Under Ubuntu all you need is libqt4-dev package:
sudo apt-get install libqt4-dev
Once you have downloaded BeRTOS open a shell, go to bertos directory and type:
make
You will see the compilation process run. If all is ok type:
images/demo
And the demo application menu will start.


