summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-09-14 14:25:21 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-09-14 14:25:21 (GMT)
commitfb2139d2dcf65a7e58c99e9d81978607d185075f (patch)
tree3f1150ca7ac6ff0e9dc53b60f25e1523d6cc206e /doc/index.html
parent2b339ad03d5a887df13dd7e6b9f306aa1699b576 (diff)
downloadmxe-fb2139d2dcf65a7e58c99e9d81978607d185075f.zip
mxe-fb2139d2dcf65a7e58c99e9d81978607d185075f.tar.gz
mxe-fb2139d2dcf65a7e58c99e9d81978607d185075f.tar.bz2
Added a hint about "--enable-static" to the documentation
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index fa9b95b..498f124 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -340,6 +340,12 @@ exit</pre>
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>
<pre>configure: WARNING: If you wanted to set the --build type, don't use --host.