]> wimlib.net Git - wimlib/commitdiff
README.WINDOWS: fix the Cygwin package list
authorEric Biggers <ebiggers3@gmail.com>
Fri, 5 Jun 2020 00:49:40 +0000 (17:49 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 5 Jun 2020 00:50:20 +0000 (17:50 -0700)
The "mingw64-i686-pkg-config" and "mingw64-x86_64-pkg-config" packages
have been replaced by just "pkg-config".

Reported at https://wimlib.net/forums/viewtopic.php?f=1&t=533#p1225

README.WINDOWS

index d778fb52f49d13b688ddb0a214b75dd7f36e24aa..cea312243ba3af33afc7ce236895336f2f0b179a 100644 (file)
@@ -104,8 +104,8 @@ packages from category "Devel":
     - mingw64-x86_64-binutils
     - mingw64-x86_64-gcc-g++
     - mingw64-x86_64-libxml2
-    - mingw64-x86_64-pkg-config
     - mingw64-x86_64-winpthreads
+    - pkg-config
 
 Download wimlib's source code from https://wimlib.net/downloads/wimlib-1.13.0.tar.gz.
 
@@ -153,7 +153,6 @@ install the following additional Cygwin packages:
     - git           (category "Devel")
     - libtool       (category "Devel")
     - nasm          (category "Devel")
-    - pkg-config    (category "Devel")
     - ghostscript   (category "Graphics")
     - wget          (category "Web")