lua-users home
lua-l archive

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




On 20 Jun 2022, at 08:14, Thijs Schreijer <thijs@thijsschreijer.nl> wrote:




Seems from that page that;

> vcvars32.bat Use the 32-bit x86-native tools to build 32-bit x86 code.

Is the one you need. So one would start a shell, execute that batch file, and right after (in the same shell) execute the LuaRocks command.

Since version 3 LuaRocks change its detection iirc. So maybe you’d have to install LuaRocks first from that prompt, too make sure it detects that same compiler during its set up.

Thijs


Alternatively you could try and build a 64bit Lua version

Thijs