[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Cross-platform way to compile a Lua module written in C
- From: Oliver <oschmidt-mailinglists@...>
- Date: Wed, 21 Jul 2021 11:44:27 +0200
On 21.07.21 11:36, Peter Hickman wrote:
> One solution is to create a rockspec for it and leave the work to luarocks
> build. This is what I do for a couple of small C source extension I use. It
> works just fine on Linus and OSX
Yes, but this needs additional steps: installing luarocks (which can be tricky
in some setups) and writing a rockspec.
The first step (installing the build toolchain) is always needed, with or
without using luarocks.
Best regards,
Oliver