]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove mentions of an official zlib DLL distribution.
authorMark Adler <madler@alumni.caltech.edu>
Mon, 29 Jan 2024 03:44:43 +0000 (19:44 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 7 Feb 2024 18:15:56 +0000 (19:15 +0100)
There used to be one, but no more. It is up to the user or vendor
to compile zlib.

madler/zlib#25263462377fa5c569947a40315815bd59e37f4b

FAQ.zlib

index 163160c1032bfa22a417f41bb1ffccd210d100c8..698a4f83f0fbeb865bdfb9ea252bffa816eb907f 100644 (file)
--- a/FAQ.zlib
+++ b/FAQ.zlib
@@ -20,8 +20,7 @@ The latest zlib FAQ is at https://zlib.net/zlib_faq.html
  2. Where can I get a Windows DLL version?
 
     The zlib sources can be compiled without change to produce a DLL.  See the
-    file win32/DLL_FAQ.txt in the zlib distribution.  Pointers to the
-    precompiled DLL are found in the zlib web site at https://zlib.net/ .
+    file win32/DLL_FAQ.txt in the zlib distribution.
 
  3. Where can I get a Visual Basic interface to zlib?