Нема описа

yasarciv 9fc1d4a4b4 düzeltme пре 7 година
resources 9fc1d4a4b4 düzeltme пре 7 година
src e356e88adf Renamed VM_Net_Card_Nativ to VM_Net_Card_Native пре 8 година
AUTHORS 2dbcf18485 Updated information. пре 8 година
CHANGELOG 8fb2a9a08c Fix tabs пре 8 година
CMakeLists.txt cfcf6a31b3 Update CMakeLists.txt пре 7 година
COPYING f4b57962c1 loaded initial repository from https://downloads.sourceforge.net/aqemu/aqemu-0.8.2.tar.bz2 пре 8 година
README e3ea7f864d GCC 4.9 is the minimum requirement пре 8 година
README.md 22f0c1fbf1 Update README.md пре 8 година
TODO 2dbcf18485 Updated information. пре 8 година
meson.build e9ed52c59a Added new "No Boot Device"(found) dialog. пре 8 година

README

AQEMU is a graphical frontend for QEMU based virtual machines.


AQEMU compiling and running Linux, BSD and Windows!
(Windows support in development stage)

AQEMU Minimal Version Dependencies:
* Qt >= 5.X
* CMake >= 3.1.0
* QEMU >= 2.0.0 (using a recent version recommended)
* GCC >= 4.9.0 (MinGW in Windows)


!!! ATTENTION READ THIS FIRST !!!

In AQEMU 0.7 support for an "Embedded VNC Display" was added.
This is an experimental feature, with many unfixed bugs!

When you upgrade from version 0.5 or above, simply
click "Apply" for each VM to keep it in the new version.

Installation now verifies the existence of previous versions of AQEMU
and removes them before installing (If you didn't install AQEMU in /usr/share/aqemu
or /usr/share/apps/aqemu, you will have to delete the folder with the
resources of the last AQEMU version manually!)


INSTALLATION (For Unix):

1. Extract AQEMU source code.

2. `cd' to AQEMU source directory.

3. Configure:

-DCMAKE_INSTALL_PREFIX = Path to installation directory (Default is: /usr/local)
For example, `cmake -DCMAKE_INSTALL_PREFIX=/usr/local/' this install AQEMU binary
in /usr/local/bin and install data in /usr/local/share/aqemu

-DWITHOUT_EMBEDDED_DISPLAY = on | off (Default is: off)
To build without support Embedded VNC Display.

-DDEBUG = on | off (Default is: off)
To build in debug mode run: `cmake -DDEBUG=on'

-DINSTALL_MAN = on | off (Default is: on)
Install AQEMU man page file.

-DMAN_PAGE_COMPRESSOR = gzip | bzip2 | lzma | off (Default is: off)
Set compressor for AQEMU man page file.

Example:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DMAN_PAGE_COMPRESSOR=bzip2

4. type `make'

5. type `sudo make install'

6. Installation complete! To start AQEMU type: `aqemu' in shell.

Note:
I'm not the original author of this software, all credits go to him.
But as it looks like as if he has abandoned this project I've taken
the freedom to maintain it on my github account in the meantime.
You can file issues on github.com/tobimensch/aqemu . I'll be happy
to receive pull requests. I'm not promising to fix each and every issue,
help with that (and further development) would be very welcome.