Annotation of embedaddon/iperf/docs/building.rst, revision 1.1
1.1 ! misho 1: Building iperf3
! 2: ===============
! 3:
! 4: Building iperf3, as with most tools of this type, is a fairly
! 5: straightforward operation. The instructions in this section assume
! 6: that the source distribution has already been unpacked.
! 7:
! 8: Prerequisites
! 9: -------------
! 10:
! 11: iperf3 requires few (if any) dependencies on common operating
! 12: systems. The only known prerequisites are listed here.
! 13:
! 14: Building
! 15: --------
! 16:
! 17: In many cases, iperf3 can be built and installed as follows:
! 18:
! 19: ``./configure && make && make install``
! 20:
! 21: In some cases, configuration might fail. If this happens, it might
! 22: help to run ``./bootstrap.sh`` first from the top-level directory.
! 23:
! 24: By default, the ``libiperf`` library is built in both shared and
! 25: static forms. Either can be suppressed by using the
! 26: ``--disabled-shared`` or ``--disable-static`` configure-time options.
! 27:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>