Content deleted Content added
Line 20:
<source lang="sh">
./configure --libs="-lmpfr -lgmp"
./configure --prefix=/home/
</source>
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/
== Generating <code>configure</code> ==
|