Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 605 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 605 Bytes

AQEMU

AQEMU - fully 100% opensource cross-platform QEMU virtualization frontend without bloatware and proprietary features.

Alternative:

  • Oracle VirtualBox
  • Broadcom VMware
  • Red Hat Virtual Machine Manager

Building on CMake (GNU/Linux and BSD)

mkdir build
cd build
cmake ..
make -j$(nproc --all)
./aqemu

Building on Meson

meson build
cd build
ninja
./aqemu