[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiling lua-zlib on Windows
- From: Peter Drahoš <drahosp@...>
- Date: Mon, 11 Mar 2013 10:59:19 +0100
On 11 Mar, 2013, at 10:26 , steve donovan <steve.j.donovan@gmail.com> wrote:
> On Mon, Mar 11, 2013 at 11:01 AM, Peter Drahoš <drahosp@gmail.com> wrote:
>> If using LuaDist you can now install lua-zlib[1] from source or binaries.
>
> Is zlib itself available in the tree? It is a bugger to build cross-platform!
Indeed it is[1]. Note lua-zlib is compiled against liblua.dll from LuaDist so you might need that too[2].
Using LuaDist you can install everything with all dependencies:
luadist _test-lua-zlib install lua-zlib
pd
[1] https://github.com/LuaDist/zlib/tree/1.2.6-Windows-x86
[2] https://github.com/LuaDist/lua/tree/5.1.5-Windows-x86