aboutsummaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index babf528..c7170cc 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -63,7 +63,9 @@ How can I build a statically-linked executable of iperf3?
#. Configure iperf3 thusly: ``configure "LDFLAGS=--static"
--disable-shared`` These options are necessary to disable the
generation of shared libraries and link the executable
- statically.
+ statically. For iperf-3.8 or later, configuring as ``configure
+ --enable-static-bin`` is another, shorter way to accomplish
+ this.
#. Compile as normal.