lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, May 2, 2011 at 7:52 PM, Peter Cawley <lua@corsix.org> wrote:
> supported for x86 Windows, but not x64 Windows. Also, as MSVC/EE
> doesn't come with a 64-bit compiler, that isn't supported on x64
> Windows.

But you can still get the x64 compiler by downloading the appropriate
SDK (important to _carefully_ read what you are downloading to get the
right processor)

That's how I built LuaJIT on 64-bit Windows 7.

steve d.