Skip to content
Andrej Stender edited this page Jul 16, 2013 · 5 revisions

Welcome to the buildmenu wiki!

One open-source project which uses the Waf build-system for building its sources is the jack audio server.

This is a screenshot of Gvim with opened buildmenu plugin showing the built target list of the jack sources. The targets marked in margenta color are selected for building. The resulting Waf command-line to build those targets is shown at the top (It starts with "mak" instead of "./waf" which you might expect, because this plugin uses vims "makeprg" feature. When executing this command, vim replaces "mak" with "./waf".):

Clone this wiki locally