[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Renaming Lua
- From: David Kolf <kolf@...>
- Date: Sun, 06 Jun 2010 20:55:14 +0200
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