Commit graph

3 commits

Author SHA1 Message Date
Rens Oliemans
f890bec77a
Add gettext dependency to README.md
When building mcg the following output is generated by meson when
gettext isn't installed:

	WARNING: Gettext not found, all translation targets will be ignored.

	data/meson.build:3:0: ERROR: Can not assign None to variable.

The meson.build:3 is i18n, translations which go wrong without
gettext.

I think that this is only when building, but am not 100% sure.
2023-02-08 15:43:18 +01:00
a1e87e8994 Add new dependency “python-dateutil” to README 2023-01-18 17:27:27 +01:00
37b8701361 Use Markdown for README file (close #86) 2022-09-11 12:48:55 +02:00