Lua/lua-5.4.6
Clemens Jonischkeit 8658373dd9 modified check for readline and tinfo
- switched from CHECK_INCLUDE_FILE to CHECK_LIBRARY_EXISTS
	fixes detection issue of readline on archlinux due to
	missing imports (unknown type FILE)
- discovering tinfo using CHECK_LIBRARY_EXISTS
	the result is used in the discovery of readline as the same
	error as discussed in walterschell/Lua#32 prevented the
	detection of readline
2024-04-27 12:21:48 +02:00
..
doc Added 5.4.5 sources,tests and extracted 2023-07-11 07:07:53 -04:00
include Moved public headers into include directory 2023-07-11 07:14:02 -04:00
src Moved public headers into include directory 2023-07-11 07:14:02 -04:00
CMakeLists.txt modified check for readline and tinfo 2024-04-27 12:21:48 +02:00
LuaConfig.cmake.in Updated CMake and README.md for 5.4.6 2023-07-11 07:21:55 -04:00
Makefile Added 5.4.5 sources,tests and extracted 2023-07-11 07:07:53 -04:00
README Added 5.4.5 sources,tests and extracted 2023-07-11 07:07:53 -04:00

This is Lua 5.4.6, released on 02 May 2023.

For installation instructions, license details, and
further information about Lua, see doc/readme.html.