mesonbuild/meson

Dependency checks should automatically offer to install the necessary -dev packages

Open

#2 292 ouverte le 7 sept. 2017

Voir sur GitHub
 (14 commentaires) (1 réaction) (0 assignés)Python (1 465 forks)batch import
dependenciesenhancementhelp wanted

Métriques du dépôt

Stars
 (4 978 stars)
Métriques de merge PR
 (Merge moyen 139j 13h) (51 PRs mergées en 30 j)

Description

Similar to what some distros have for missing commands:

$ jython
bash: jython: command not found...
Install package 'jython' to provide command 'jython'? [N/y] 

This will really improve the 'build a project for the first time' experience, which is pretty shit for all build systems in the world right now, as detailed in https://github.com/mesonbuild/meson/issues/985#issuecomment-267258425.

Must also include an option for disabling this when building in CI, for instance.

Guide contributeur