Diff for /embedaddon/mtr/README.md between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2021/03/17 00:07:30 version 1.1.1.2, 2023/09/27 11:18:58
Line 22  simple as: Line 22  simple as:
   
         ./configure && make          ./configure && make
   
   Please note that this refers to the tarballs from
    https://www.bitwizard.nl/mtr/files/
   and not the tarballs that github can produce.
   
 (in the past, there was a Makefile in the distribution that did  (in the past, there was a Makefile in the distribution that did
 the `./configure` for you and then ran make again with the generated  the `./configure` for you and then ran make again with the generated
 Makefile, but this has suffered some bitrot. It didn't work well  Makefile, but this has suffered some bitrot. It didn't work well
Line 71  BUILDING FOR WINDOWS Line 75  BUILDING FOR WINDOWS
   
 Building for Windows requires Cygwin.  To obtain Cygwin, see  Building for Windows requires Cygwin.  To obtain Cygwin, see
 https://cygwin.com/install.html.  https://cygwin.com/install.html.
Next, re-run cygwin's `setup-x86.exe` (or `setup-x86_64.exe` if you're using 64bit cygwin) with the following arguments,  Next, re-run cygwin's `setup-x86.exe` (or `setup-x86_64.exe` if you're using 64bit cygwin) with the following arguments,
 which will install the packages required for building:  which will install the packages required for building:
   
        setup-x86.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel        setup-x86.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel,libjansson-devel
   
 Build as under Unix:  Build as under Unix:
   
Line 106  when the server was upgraded, the mailing list died.) Line 110  when the server was upgraded, the mailing list died.)
   
   
 REW  REW
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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