lua-users home
lua-l archive

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


On Mon, Jan 11, 2021 at 12:44 PM Pierre Chapuis <catwell@archlinux.us> wrote:

> a simple way to build standalone executables with C deps from scratch (for instance a distribution of MinGW + Lua + LuaRocks).

The Vcpkg project serves me well: https://github.com/microsoft/vcpkg.
I can vouch for the LuaSQL library specifically in the ODBC case that
it covers (albeit patched for some particular bad driver).

This needs a relatively recent Visual Studio. A Community Edition can
be used for free under certain conditions.

Cheers,
V.