Merge branch 'feature/sctp-build-fixes' of github.com:esnet/iperf into feature/sctp-build-fixes

This commit is contained in:
Bruce A. Mah 2014-04-14 14:34:54 -07:00
commit efb9472f93
2 changed files with 3 additions and 9 deletions

View File

@ -43,8 +43,8 @@ Building iperf3
---------------
### Prerequisites: ###
* libuuid: this is not installed by default for Debian/Ubuntu Systems
to install: `apt-get install uuid-dev`
None.
### Building ###

View File

@ -9,13 +9,7 @@ Prerequisites
-------------
iperf3 requires few (if any) dependencies on common operating
systems. The only known prerequesites are listed here.
* ``libuuid``: ``libuuid`` is not installed by default on Debian /
Ubuntu Linux systems. To install this, use this command before
building iperf3:
``apt-get install uuid-dev``
systems. The only known prerequisites are listed here.
Building
--------