[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: I just used TCL instead of Lua - here is why
- From: Viacheslav Usov <via.usov@...>
- Date: Mon, 11 Jan 2021 18:20:07 +0100
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.