Software Requirements

 Before you will be able to run Qemu Launcher, you must make sure that
 you have the following software already installed on your system:

    Perl - 5.8.8
    Perl modules:
       Gtk2 - 1.121
       Gtk2::GladeXML - 1.005
       Locale::gettext - 1.05
    QEMU - 0.8.1

    Needed at build time:
       gzip
       xmllint from libxml2

 This list contains last tested versions. Earlier or later versions may
 or may not work. QEMU 0.7.x is not supported!


Installing

 To install Qemu Launcher, become root, and run the following command
 from inside the source directory:

    make install

 This will install all necessary files under '/usr/local' in appropriate
 directories. To uninstall it afterwards, run the following command the
 same way you did during install:

    make uninstall

 To remove temporary files that were generated during install, run the
 following command:

    make clean


Running Locally

 If you do not want to install Qemu Launcher, you can run it directly
 from the source directory like this:

    perl qemu-launcher.pl
