docs: Add some text about the use of --without-sctp on static builds.

This commit is contained in:
Bruce A. Mah 2020-07-30 13:50:05 -07:00
parent 428d767d38
commit eeaecf3534
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A

View File

@ -65,7 +65,9 @@ How can I build a statically-linked executable of iperf3?
generation of shared libraries and link the executable
statically. For iperf-3.8 or later, configuring as ``configure
--enable-static-bin`` is another, shorter way to accomplish
this.
this. If SCTP is installed on the system it might also be
necessary to pass the ``--without-sctp`` flag at configure
time.
#. Compile as normal.