D | maintaining-the-build-files.md | 11 * `configure`: A Python script that detects system capabilities and runs 16 guide on this script, see [configure][]. 26 On Windows `vcbuild.bat` runs [configure][] before building the 27 Node.js binary, on other systems `configure` must be run manually before running 35 ## configure section in Maintaining the build files 37 The `configure` script recognizes many CLI flags for special build formulas. 41 * Calling `python configure --XXX --YYY=PPPP` directly, followed by `vcbuild 45 To see the help text, run `python configure --help`. Update this file when you 62 [configure]: #configure hashtag
|