Configure script: Difference between revisions

Content deleted Content added
Line 20:
<source lang="sh">
./configure --libs="-lmpfr -lgmp"
./configure --prefix=/home/mynameuser/appsprograms
</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/mynameuser/appsprograms</code>. The <code>INSTALL</code> file contains instructions should the prescribed steps fail.
 
== Generating <code>configure</code> ==