summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 5489484..506c7fa 100644
--- a/README
+++ b/README
@@ -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)