Skip to content

A qt front-end for QEMU emulator that makes it easier to run virtual machines and Linux distributions live CDs iso images.

License

Notifications You must be signed in to change notification settings

caiorss/qemu-launcher-qt

Repository files navigation

Qemu-launcher

Description

  • Description:
    • Qt user interface front-end for QEMU emulator, which is an application capable of emulating several architectures and operating systems. This graphical user interface makes it easier to experiment Linux distributions live CDs ISO images and also to run Windows NT on a virtual machine.

images/screenshot.png

images/screenshot2.png

Building

Requirements: Any compiler supporting C++17 and QT5 Widgets library installed in the operating system. Building on Linux just requires running the command ‘$ make release’.

$ make release

cmake -B_build -H. -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done

....  ....  ....  ....  ....  .... .... 
....  ....  ....  ....  ....  ....  .... 

[ 85%] Building CXX object CMakeFiles/qemu-launcher.dir/qemu-launcher_autogen/EWIEGA46WW/qrc_resources.cpp.o
[100%] Linking CXX executable qemu-launcher

Running:

$ _build/qemu-launcher

About

A qt front-end for QEMU emulator that makes it easier to run virtual machines and Linux distributions live CDs iso images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published