
This "libKIOSK" library was created for making Graphical User
Interfaces for signal processing instruments and demonstrations.  It
is also useful for a variety of lesser tasks, such as menu systems for
kiosks.

To try it, first install the prerequisites on a debian-based Linux
system, using the script install_prerequisites.sh.  Then build by
typing "make".  This should build the libKIOSK library.  It also
builds a demonstration app for the library, demo_app.

Run the demo app, as root, with "sudo ./demo_app/exe/demo_app".
This will start the app running in its own local display and
also start a web server on the local machine that you can
connect to for a similar GUI.

This library is free to use for noncommercial purposes.  It comes with
no warranties.  For commercial use, consider a paid version.

To build your own application, start with the demo_app code and use it
as an example and/or modify it slowly into your desired application.
