Lines Matching +full:before +full:- +full:script
11 * `configure`: A Python 2 script that detects system capabilities and runs
13 create platform-dependent build files. Its output is usually in one of these
16 guide on this script, see [configure](#configure).
17 * `vcbuild.bat`: A Windows Batch Script that locates build tools, provides a
19 targets of its own. For a detailed guide on this script, see
26 On Windows `vcbuild.bat` runs [configure](#configure) before building the
27 Node.js binary, on other systems `configure` must be run manually before running
37 The `configure` script recognizes many CLI flags for special build formulas.
41 * Calling `python configure --XXX --YYY=PPPP` directly, followed by `vcbuild
43 * Setting `set config_flags=--XXX --YYY=PPPP` before calling `vcbuild`
45 To see the help text, run `python configure --help`. Update this file when you
56 * `-j <n>`: number of threads used to build the binary. On the non-CI