F1ash / qt-virt-manager

Qt Virtual machines manager
http://f1ash.github.io/qt-virt-manager
GNU General Public License v2.0
233 stars 71 forks source link

is there qt-virt-manager for Ubuntu ? #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

thanks

F1ash commented 7 years ago

it can be build for Ubuntu, of course.

ghost commented 7 years ago

Can i connect it to docker engine/api?

ghost commented 7 years ago

Thanks

morsik commented 7 years ago

No. It's virt-manager for libvirt. Not for Docker.

BentHaase commented 7 years ago

Any instructions on how to build it?

F1ash commented 7 years ago

Something like:

  1. unzip tarball with sources;
  2. $ mkdir build-qt-virt-manager-Qt5-Debug
  3. $ cd ./build-qt-virt-manager-Qt5-Debug
  4. $ cmake -DBUILD_QT_VERSION=5 -DWITH_LIBCACARD=1 -DBUILD_TYPE=Debug -DUSE_SPICE_AUDIO=1 ../qt-virt-manager && make all

for required libraries and headers look README.md and here.