Added a hint about "--enable-static" to the documentation

pull/13/head
Volker Grabsch 13 years ago
parent 2b339ad03d
commit fb2139d2dc

@ -339,6 +339,12 @@ exit</pre>
<pre>./configure --host=<span class="target">i686-pc-mingw32</span>
make</pre>
<p>
If you build a library, you might also want to enforce a static build:
</p>
<pre>./configure --host=<span class="target">i686-pc-mingw32</span> --enable-static --disable-shared
make</pre>
<p>
Don't worry about a warning like this:
</p>

Loading…
Cancel
Save