You will find here the sources used to build the Lua library used with the
Cool VL Viewer.

The provided patches includes any latest bug fixes, as found on the Lua web
site, as well as a work around so that Lua can be built with Visual Studio as a
static library not needing the _HUGE symbol (which would otherwise cause a link
failure, since the viewer does not link to the Windows DLL in which the
corresponding object is defined).

To build under Linux, simply point a terminal in this directory and type:
./linux-build

To build under macOS, simply point a terminal in this directory and type:
./macos-build

There is also a solution file for VS2022. To prepare the sources for Windows
(i.e. to download, extract and patch them), use (under Linux or a Cygwin
console):
./linux-build --prepare

Henri Beauchamp.
