/libvirt-designer

Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/libvirt-designer

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

   libvirt Designer
   ================

The libvirt-designer package provides an API to facilitate policy
based configuration of libvirt objects. It uses libosinfo to
drive the configuration of virtual machines with hardware that
is optimized for the current hypervisor platform.

Installation
------------

The libvirt-designer package uses GNU autotools, so the build install
process follows the standard process documented in the INSTALL file.
As a quick start you can do

  ./configure --prefix=/usr --sysconfdir=/etc \
        --localstatedir=/var --libdir=/usr/lib
  make
  sudo make install

Or to install into a private user specific location

  ./configure --prefix=$HOME/libvirt-designer
  make
  make install

The following mandatory dependencies are required in order to
build libvirt-designer

  libvirt-gconfig  >= @LIBVIRT_GCONFIG_REQUIRED@ (part of libvirt-glib project releases)
  libosinfo        >= @LIBOSINFO_REQUIRED@


Communication
-------------

Repository, development and discussions are hosted at

   https://gitlab.com/libvirt/libvirt-designer

Licensing
---------

libvirt-designer is provided under the terms of the GNU Lesser General
Public License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

Please see the COPYING file for the complete LGPLv2+ license
terms, or visit <http://www.gnu.org/licenses/>.

-- End of readme