blob: 810ec31e9ff09117091592c918e8ccf779490f98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
***************************************
Framebuffer BootSplash for OpenSLX
***************************************
To compile, use:
./build.sh
This script will compile the source code in the build/ subdirectory.
(with the option "-c" can the build directory be cleaned before rebuilding)
Note: Make sure qmake (from QtEmbedded) is in your PATH variable.
To run the program (on the qvfb), use:
./run.sh
(this will start qvfb and launch fbsplash on it, similar to fbgui)
|