summaryrefslogtreecommitdiff
path: root/INSTALL.md
Commit message (Collapse)AuthorAgeFilesLines
* INSTALL: Correctly document that we require pygobject >= 3.31.1Cole Robinson2022-02-201-1/+1
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* docs: Add github ISSUE_TEMPLATECole Robinson2020-09-201-0/+3
| | | | | | Adjust existing docs to better document running code from git Signed-off-by: Cole Robinson <crobinso@redhat.com>
* spec: Move virt-manager.spec.in -> virt-manager.specCole Robinson2020-07-171-2/+1
| | | | | | | | | Drop the VERSION templating. Tools today like packit and tito work best when a working .spec file exists. The extra burden is we need to update the version at release time, but that's no big deal Signed-off-by: Cole Robinson <crobinso@redhat.com>
* Handle AppStream files using gettextPino Toscano2020-07-111-1/+1
| | | | | | | | | | | | | | Starting from version 0.19.6, gettext has native capabilities to extract from, and merge back translations in AppStream files. Hence, use xgettext to extract messages, and msgfmt to create AppStream files with translations; because of this, there no more need to prefix with underscore the tags to be translated. Update the gettext required version in INSTALL.md. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
* Handle desktop files using gettextPino Toscano2020-07-111-1/+1
| | | | | | | | | | | | | | Starting from version 0.19, gettext has native capabilities to extract from, and merge back translations in desktop files. Hence, use xgettext to extract messages, and msgfmt to create a desktop file with translations; because of this, there no more need to prefix with underscore the keys to be translated. Update the gettext required version in INSTALL.md. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
* setup: use msgmerge for updating translationsPino Toscano2020-07-111-0/+1
| | | | | | | | | | | | | | | Switch from intltool to msgmerge to merge the translations to the catalog, as it is much easier. Remove the writing of the temporary POTFILES.in, as it is no more needed now. Also, since now gettext is used at installation time: - mention the gettext requirement in INSTALL.md - add the gettext BuildRequires in the RPM spec file Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
* INSTALL.md: We enforce python >= 3.4, not >= 3.3Cole Robinson2019-06-181-1/+1
|
* INSTALL.md: Document dep on gtksourceviewCole Robinson2019-06-181-0/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1721341
* Document the optional libguestfs usage.Pino Toscano2019-04-171-0/+6
| | | | Reviewed-by: Cole Robinson <crobinso@redhat.com>
* Bump gtk dep to 3.22 for new popup routinesCole Robinson2019-04-071-2/+2
| | | | | | Given that we bumped deps to fairly modern distros with the python3 change, I think this is safe. gtk 3.22 is from sep 2016, it's in debian9 and fedora 25+, which seems fine for our needs.
* cli: Make argcomplete optionalCole Robinson2018-12-181-1/+0
| | | | | It's only invoked when bash completion is attempted. Will make it a bit nicer for devs to just pull down and run the code
* cli: Add the generic completer function and validator functionLin Ma2018-12-181-0/+1
| | | | | | | | The patch adds the generic completer and validator, Further patches use them as completer/validator. The completer won't add already specified options to the list. Signed-off-by: Lin Ma <lma@suse.com>
* Update docs to use new setup.py invocationCole Robinson2018-02-061-6/+6
|
* Fix typo in Pre-requisite softwareRadostin Stoyanov2017-05-311-1/+1
|
* INSTALL: convert to Markdown format.Mario Trangoni2017-02-161-0/+42