[LLVMdev] proposal to avoid zlib dependency.

Yaron Keren yaron.keren at gmail.com
Wed Sep 17 02:27:42 PDT 2014


Large software libraries like OpenCV (under 3rdparty directory) do include
copies of zlib and friends and build it, for that reasons. The source code
is just half a megabyte and I think the license is compatible. We could do
the same with zlib or  miniz.


2014-09-17 7:02 GMT+03:00 Reid Kleckner <rnk at google.com>:

> On Tue, Sep 16, 2014 at 7:47 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
>
>> IIUC zlib availability is tested and the library used if present. Do you
>> mean that LLVM does not use zlib on Windows when the library is present?
>
>
> Sure, but if there aren't instructions for how to do it easily, then it's
> effectively unsupported. There isn't really a canonical way to "install"
> headers and libraries on Windows like you would on Linux.
>
> It probably works on MinGW, but then you're a MinGW binary in a MinGW
> world.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140917/d169123b/attachment.html>


More information about the llvm-dev mailing list