[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiling LuaFileSystem on Windows 10
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 4 Jan 2018 12:01:56 +0200
On Thu, Jan 4, 2018 at 9:47 AM, KHMan <keinhong@gmail.com> wrote:
> You should try it on a compiler for which something like this have worked
> for you in the past.
Which BTW, makes it very hard for LuaRocks to deliver binary rocks on Windows.
There are so many variants - generally the GNU toolchain is better
because it doesn't change its runtime every year.
It would take an heroic effort to do this - though I think LuaDist is
onto something good - Peter Drahos builds EVERYTHING (including C
dependencies) using CMake.
His 'batteries' mini-distribution is a worthy successor for Lua for Windows.