diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:44 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:44 +0200 |
commit | 3a93d214a76c222e7287774b16a1a86dfa29f787 (patch) | |
tree | ffc28ccb572f88fa66b586e911d3a03ee4388591 /system/qemulator/README | |
parent | 9f425370dc459b01530571fa24ff8b46aab9c8ed (diff) |
system/qemulator: Initial import
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 0000000000000..0eb951b87ec4a --- /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) + |