diff options
Diffstat (limited to 'system/qemulator/README')
-rw-r--r-- | system/qemulator/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/qemulator/README b/system/qemulator/README new file mode 100644 index 0000000000..0eb951b87e --- /dev/null +++ b/system/qemulator/README @@ -0,0 +1,14 @@ +Qemulator is a graphical emulation suite for the qemu virtual-engine, +written in python with gtk and glade. + +Finally Qemulator will try to support all engines and options for all +common platforms. All currently not supported options can still be used +by adding them to the available commandline. + +Qemulator is licenced under the terms of the GPL (General Public Licence). + +Required dep: PyGTK (which requires pycairo and pygobject), available at + slackbuilds.org +Optional dep: Python-Gnome-extras (for tray functionality, else tray icon + and all it's enhancements will be disabled) + |