]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Add WSL method to Windows Install
authorTony Lewis Hiroaki URAHAMA <50810875+slord399@users.noreply.github.com>
Sat, 7 Oct 2023 19:58:59 +0000 (20:58 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2023 19:58:59 +0000 (20:58 +0100)
It would be much simpler and not experience IPv6 related build fail at all.

README.md

index 9e4ebbb5e7a5aab845420bcd4a1fc2dfa2b6177b..1766cae601f3e238737ca1873a818fca21a06807 100644 (file)
--- a/README.md
+++ b/README.md
@@ -73,9 +73,24 @@ Building on MacOS should not require any special steps.
 BUILDING FOR WINDOWS
 ===
 
-Building for Windows requires Cygwin.  To obtain Cygwin, see
+Building for Windows requires Windows Subsystem for Linux (WSL).  
+To install WSL, see
+[How to install Linux on Windows with WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
+
+After complete initial process,
+simple as:
+
+       sudo apt-get -y install mtr
+
+
+This method will be simpler and easier than tranditional method using cygwin.
+
+If you prefer traditional method.
+Obtain Cygwin, see
 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,
+
 which will install the packages required for building:
 
         setup-x86.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel,libjansson-devel
@@ -89,6 +104,8 @@ Finally, install the built binaries:
         make install
 
 
+
+
 WHERE CAN I GET THE LATEST VERSION OR MORE INFORMATION?
 ===