Commit Graph

6 Commits

Author SHA1 Message Date
Clemens Jonischkeit
dcb562f13e unset CMAKE_REQUIRED_LIBRARIES after use 2024-04-27 13:03:33 +02:00
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
Clemens Jonischkeit
81f47ed7e8 added libtinfo dependency
required on aarch64 debian bookworm. While libreadline requires e.g.
tputs it does not link against libtinfo itself.
2024-04-26 12:16:17 +02:00
Walter Schell
4af1093b20 Updated CMake and README.md for 5.4.6 2023-07-11 07:21:55 -04:00
Walter Schell
a6840a1978 Moved public headers into include directory 2023-07-11 07:14:02 -04:00
Walter Schell
0365aa0f47 Added 5.4.5 sources,tests and extracted 2023-07-11 07:07:53 -04:00