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