lua-users home
lua-l archive

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


On Sat, May 23, 2015 at 3:01 AM, Simon Cozens <simon@simon-cozens.org> wrote:
> (Ideally, I'd link them all in statically to make distribution easier,
> but for starters linking them dynamically would be something.)

This is exactly what luabuild is for - https://github.com/stevedonovan/luabuild.

Uses srlua,but:
   - the executable is statically linked against the extensions
   - the scripts are merged into a single archive with soar

Comes with the basic C modules, but not difficult to add new ones.