lua-users home
lua-l archive

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


HyperHacker schrieb:
> After applying several patches to a copy of the Lua source code, what
> I've come up with is no longer compatible with most existing Lua
> libraries and bytecode. I'd like to change the name of the binaries,
> libraries, headers etc so that they can be installed alongside the
> original Lua and not conflict. What all do I need to change?

I have only the default Lua in the path, patched versions stay in their
own directories and I have to call or link to them explicitly. On
Unix-like systems you might put symbolic links with their own names in
the path which link to your modified binaries.

Best regards,

David