Merge remote-tracking branch 'origin/master' into feature/sctp-build-fixes

This commit is contained in:
Bruce A. Mah 2014-04-14 14:00:43 -07:00
commit 607234be2d
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
--------