blob: c6b431e56123a0f121a1b2ab7b16375044ea7cfd (
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
The binary will end up in bin/
(use "-c" to make a clean build)
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)
|