Content deleted Content added
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. |
Black Walnut (talk | contribs) →Usage: reworded to improve clarity |
||
Line 23:
</syntaxhighlight>
The first line includes the <code>mpfr</code> and <code>gmp</code> libraries. The second line tells <code>[[make (software)|make]]</code> to install the final version in <code>/home/user/local</code>.
Often, == Generating <code>configure</code> ==
|