diff options
author | Jonathan Bauer | 2011-06-17 16:07:54 +0200 |
---|---|---|
committer | Jonathan Bauer | 2011-06-17 16:07:54 +0200 |
commit | 8be33c4c7cd1b1b988bc9575492dc4516f1dd8d8 (patch) | |
tree | 2b06525e3221448d8cdaf098fbcbe44872441e07 /README | |
parent | the geometric way to layout label/progress bar, TODO proper central widget... (diff) | |
download | fbsplash-8be33c4c7cd1b1b988bc9575492dc4516f1dd8d8.tar.gz fbsplash-8be33c4c7cd1b1b988bc9575492dc4516f1dd8d8.tar.xz fbsplash-8be33c4c7cd1b1b988bc9575492dc4516f1dd8d8.zip |
README for build/run scripts & few comments..
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ *************************************** Framebuffer BootSplash for OpenSLX *************************************** + +To create Makefile, use: + + ./build.sh + +(this will generate Makefile with cmake, under the build/ subdirectory) + +To run the program (on the qvfb), use: + + ./run.sh + +(this will start qvfb and launch fbsplash on it, similar to fbgui) |