Skip to content

Use `apt-get build-dep .` to install dependencies

David Cordero requested to merge dcordero/libhandy:gettext into master

Avoids:

dcordero@x220:~/Sources/libhandy$ meson . _build
[...]
Dependency gtk+-3.0 found: YES 3.24.2
Library m found: YES
Library rt found: YES
Checking if "ld_supports_version_script" links: YES

po/meson.build:2:5: ERROR:  Can not do gettext because xgettext is not installed.

A full log can be found at /home/dcordero/Sources/libhandy/_build/meson-logs/meson-log.txt
dcordero@x220:~/Sources/libhandy$
Edited by Guido Gunther

Merge request reports