Add HACKING file.
This commit is contained in:
parent
550db73928
commit
4b49eb0929
|
@ -0,0 +1,13 @@
|
|||
HACKING
|
||||
-------
|
||||
|
||||
virt-manager is tied very closely with both libvirt and virtinst. If building
|
||||
virt-manager from source, it is recommended that you have at least the latest
|
||||
libvirt release, and an upstream virtinst checkout.
|
||||
|
||||
We use glade-3 for building virt-manager's UI. It is recommended you have
|
||||
a fairly recent version of glade-3: if a small UI change seems to rewrite the
|
||||
entire glade file, you likely have a too old (or too new :) glade version.
|
||||
|
||||
Before submitting any patches, please run 'make check-pylint' to check for
|
||||
basic syntax errors/warnings. This command requires the pylint package.
|
|
@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4/
|
|||
|
||||
SUBDIRS = src pixmaps man po help
|
||||
|
||||
EXTRA_DIST = @PACKAGE@.spec COPYING-DOCS xmldocs.make omf.make \
|
||||
EXTRA_DIST = @PACKAGE@.spec HACKING COPYING-DOCS xmldocs.make omf.make \
|
||||
intltool-extract.in intltool-merge.in intltool-update.in tests
|
||||
|
||||
DISTCLEAN_FILES = @PACKAGE@.spec intltool-extract intltool-merge intltool-update
|
||||
|
|
Loading…
Reference in New Issue