lua-users home
lua-l archive

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


Hi,

> Would it be possible to follow LuaJIT
> (http://luajit.org/install.html#windows) and make luasocket to build
> out of the box using MSVC or MinGW?

I don't have MinGW installed. But I tested the makefile using Visual
Studio 2012 and there is also a solution and project files for Visual
Studio 2012. I don't know how to make these work out of the box
because there is no standard way to figure out where the required Lua
include files and libraries are installed. But it should be simple to
fix them for your setup.

Kind regards,
Diego