File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / docs / building.rst
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:14:54 2023 UTC (9 months ago) by misho
Branches: iperf, MAIN
CVS tags: v3_15, HEAD
Version 3.15

Building iperf3
===============

Building iperf3, as with most tools of this type, is a fairly
straightforward operation.  The instructions in this section assume
that the source distribution has already been unpacked.

Prerequisites
-------------

iperf3 requires few (if any) dependencies on common operating
systems.  The only known prerequisites are listed here.

Building
--------

In many cases, iperf3 can be built and installed as follows:

``./configure && make && make install``

In some cases, configuration might fail.  If this happens, it might
help to run ``./bootstrap.sh`` first from the top-level directory.

By default, the ``libiperf`` library is built in both shared and
static forms.  Either can be suppressed by using the
``--disabled-shared`` or ``--disable-static`` configure-time options.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>