Update documentation to point to github, other minor tweaks

This commit is contained in:
Cole Robinson 2015-09-03 12:44:02 -04:00
parent e83dc3bf55
commit a722e3d5e3
4 changed files with 27 additions and 26 deletions

11
HACKING
View File

@ -42,18 +42,17 @@ entire glade file, you likely have a too old (or too new :) glade version.
==================
Patches should be developed against a git checkout and _not_ a source
release. The git repo is at
release. The git repo is at:
git://git.fedorahosted.org/git/virt-manager.git
For a web view, see:
https://git.fedorahosted.org/cgit/virt-manager.git/
https://github.com/virt-manager/virt-manager
Patches should be sent to the mailing list (see README for details). Using
git format-patch/send-email is preferred, but an attachment with
format-patch output is fine too.
Small patches are acceptable via github pull-request, but anything
non-trivial should be sent to the mailing list.
Translations
============

20
INSTALL
View File

@ -19,3 +19,23 @@ setup.py generally has all the build and install commands, for more info see:
python setup.py --help-commands
python setup.py install --help
http://docs.python.org/inst/standard-install.html
Pre-requisite software
======================
virt-manager was ported to GTK3 at the beginning of 2013. Older GTK3
or pygobject3 versions likely will not work for running virt-manager.
Earliest tested versions of major components:
python >= 2.6
gtk3 >= 3.6
libvirt-python >= 0.4.0
pygobject3 >= 3.4
libosinfo >= 0.2.10
A more detailed dependency list can be found in virt-manager.spec.in. On
Debian based distributions you need to install the gobject-introspection
bindings for some depedencies like libvirt-glib and libosinfo. Look for
package names that start with 'gir'.

20
README
View File

@ -10,25 +10,7 @@ Qemu/KVM and Xen virtual machines, as well as LXC containers. The UI is
primarily tested with KVM, but is intended to be reasonably portable to any
virtualization backend libvirt supports.
Pre-requisite software
======================
virt-manager was ported to GTK3 at the beginning of 2013. Older GTK3
or pygobject3 versions likely will not work for running virt-manager.
Earliest tested versions of major components:
python >= 2.6
gtk3 >= 3.6
libvirt-python >= 0.4.0
pygobject3 >= 3.4
libosinfo >= 0.2.10
A more detailed dependency list can be found in virt-manager.spec.in. On
Debian based distributions you need to install the gobject-introspection
bindings for some depedencies like libvirt-glib and libosinfo. Look for
package names that start with 'gir'.
For dependency info and installation instructions, see the INSTALL file
Contact

View File

@ -23,7 +23,7 @@ Version: @VERSION@
Release: 1%{?dist}
%define verrel %{version}-%{release}
Summary: Virtual Machine Manager
Summary: Desktop tool for managing virtual machines via libvirt
Group: Applications/Emulators
License: GPLv2+
URL: http://virt-manager.org/