]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Updated Readme 376/head
authorEgor Panov <apipil@mail.ru>
Fri, 30 Oct 2020 14:34:57 +0000 (17:34 +0300)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 14:34:57 +0000 (17:34 +0300)
added libjansson-devel for building on win

README.md

index 5b8e65fbfa1ef48ae3647dd2becc45128c787c53..695031ff565049676c5b2b879efbf77539ddba77 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ 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
+        setup-x86.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel,libjansson-devel
 
 Build as under Unix: