Diff for /embedaddon/iperf/docs/obtaining.rst between versions 1.1 and 1.1.1.3

version 1.1, 2016/10/18 13:28:18 version 1.1.1.3, 2023/09/27 11:14:54
Line 6  Obtaining iperf3 Line 6  Obtaining iperf3
 Binary Distributions  Binary Distributions
 --------------------  --------------------
   
Binary packages are available for several supported operating systems:Note that ESnet does not distribute binary packages of iperf3.  All of
 the packages listed in this section are provided by third parties, who
 are solely responsible for their contents.  This is an incomplete list
 of binary packages for various operating systems and distributions:
   
* FreeBSD:  `benchmarks/iperf3* FreeBSD: via the FreeBSD Ports Collection with ``sudo pkg install
  <http://freshports.org/benchmarks/iperf3>`_ in the FreeBSD Ports Collection  benchmarks/iperf3``.
* Fedora / CentOS: `iperf3* Fedora / RedHat Linux / CentOS / Rocky: `iperf3
  <https://apps.fedoraproject.org/packages/iperf3/>`_ and  <https://packages.fedoraproject.org/pkgs/iperf3/iperf3/>`_ and
   `iperf3-devel    `iperf3-devel
  <https://apps.fedoraproject.org/packages/iperf3-devel>`_ in Fedora  <https://packages.fedoraproject.org/pkgs/iperf3/iperf3-devel/>`_ in Fedora
  19 and 20 and in Fedora EPEL 5, 6, and 7.  19 and 20 and in Fedora EPEL 5, 6, and 7.  iperf3 is included as a
   part of RedHat Enterprise Linux 7.4 and later (as well as CentOS 7.4
   and later, and all versions of Rocky Linux), and can generally be
   installed with ``yum install iperf3``.
 * Ubuntu:  `iperf3 <https://launchpad.net/ubuntu/+source/iperf3>`_,
   is available in Trusty (backports), and as a part of the main
   release in Vivid and newer. It can generally be installed with
   ``sudo apt-get install iperf3``.
 * macOS:  via HomeBrew with ``brew install iperf3`` or MacPorts with
   ``sudo port install iperf3``.
 * Windows:  iperf3 binaries for Windows (built with `Cygwin <https://www.cygwin.com/>`_) can be found in a variety of
   locations, including `<https://files.budman.pw/>`_
   (`discussion thread
   <https://www.neowin.net/forum/topic/1234695-iperf/>`_).
 * Android:  iperf3 binaries for Android can be found in several
   locations, including `<https://github.com/davidBar-On/android-iperf3/>`_.
   
 Source Distributions  Source Distributions
 --------------------  --------------------
Line 22  Source Distributions Line 40  Source Distributions
 Source distributions of iperf are available as compressed (gzip)  Source distributions of iperf are available as compressed (gzip)
 tarballs at:  tarballs at:
   
http://downloads.es.net/pub/iperf/https://downloads.es.net/pub/iperf/
   
 **Note:**  Due to a software packaging error, the 3.0.2 release  **Note:**  Due to a software packaging error, the 3.0.2 release
 tarball was not compressed, even though its filename had a ``.tar.gz``  tarball was not compressed, even though its filename had a ``.tar.gz``
Line 56  GitHub using: Line 74  GitHub using:
   
 ``git clone https://github.com/esnet/iperf.git``  ``git clone https://github.com/esnet/iperf.git``
   
Primary development for iperf3 takes place on CentOS 6 Linux, FreeBSD 10,Primary development for iperf3 takes place on CentOS 7 Linux, FreeBSD 11,
and MacOS X 10.8. At this time, these are the only officially supportedand macOS 10.12. At this time, these are the only officially supported
 platforms, however there have been some reports of success with  platforms, however there have been some reports of success with
OpenBSD, Android, and other Linux distributions.NetBSD, OpenBSD, Windows, Solaris, Android, and iOS.

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


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