mesonbuild/meson

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

開放

#2,292 建立於 2017年9月7日

 (14 則留言) (1 個反應) (0 位負責人)Python (1,465 個分叉)batch import
dependenciesenhancementhelp wanted

倉庫指標

星標
 (4,978 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南