diff options
author | Jonathan Bauer | 2011-05-04 13:50:36 +0200 |
---|---|---|
committer | Jonathan Bauer | 2011-05-04 13:50:36 +0200 |
commit | e2dab267d755fd1aea8a3455ebe4459dd24fe2f1 (patch) | |
tree | dcb40a55b4fc06483ba1774da23ac0b7fb1647cc /README | |
parent | download manager constructor comments & typos fix (diff) | |
download | fbgui-e2dab267d755fd1aea8a3455ebe4459dd24fe2f1.tar.gz fbgui-e2dab267d755fd1aea8a3455ebe4459dd24fe2f1.tar.xz fbgui-e2dab267d755fd1aea8a3455ebe4459dd24fe2f1.zip |
README started...
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -1 +1,27 @@ -Framebuffer GUI for OpenSLX Preboot Environment +***************************************************************** + Framebuffer GUI for OpenSLX Preboot Environment +***************************************************************** +General Information: + OpensLX: http://lab.openslx.org/projects/openslx + fbgui: http://lab.ks.uni-freiburg.de/projects/preboot/wiki + +***************************************************************** +FAQ: + +What is this for? + Provides the user with an interactive graphical interface to + choose an OS which one he would like to boot. + +What does this do excatly? + fbgui was designed to provide a minimalistic browser that can be run directly on the framebuffer. + (Note: The website content is crucial to the successfull execution of this program!) + +How to build/use it? + Simply run ./build.sh to create a package of fbgui (including all the required libs). + To integrate into a Preboot-Media, follow instructions on the wiki. + +Dependancies: + QT-Framework + QXT-Framework (QT extension) + sysfsutils + (QJSon) |