Content deleted Content added
m Task 18 (cosmetic): eval 3 templates: hyphenate params (3×); |
Black Walnut (talk | contribs) →Usage: corrected the explanation concerning specifying the executable's ___location. Explanation of my correction: having to specify the executable's ___location is a recommended practice. It is implemented in the configuration, as shipped. The previous wording made it seem hardcoded in the OS executables. Specifying the ___location doesn't require an absolute path -- a relative path suffices. |
||
Line 14:
</syntaxhighlight>
One must type <code>./configure</code> rather than simply <code>configure</code> to indicate to the shell that the script is in the current directory.
Upon its completion, <code>configure</code> prints a report to <code>config.log</code>. Running <code>./configure --help</code> gives a list of command line arguments, for enabling or disabling additional features such as:
|