1
1

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

Этот коммит содержится в:
Bruce A. Mah 2020-07-30 13:50:05 -07:00
родитель 428d767d38
Коммит eeaecf3534
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4984910A8CAAEE8A

Просмотреть файл

@ -65,7 +65,9 @@ How can I build a statically-linked executable of iperf3?
generation of shared libraries and link the executable generation of shared libraries and link the executable
statically. For iperf-3.8 or later, configuring as ``configure statically. For iperf-3.8 or later, configuring as ``configure
--enable-static-bin`` is another, shorter way to accomplish --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. #. Compile as normal.