This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
Since Lua 5.1 is no longer maintained and later versions break ABI compatibility, this release adds support for automatically finding LuaJIT if installed. It also adds an easier way to pass build options into the Makefile
, so that you can skip the Lua (or LZO) dependency altogether. For example:
$ KC_OPTIONS=--disable-lzo KT_OPTIONS=--disable-lua make
It also fixes a few build issues with recent compilers.
For information about previous releases, look at the Altice Labs repository:
Further releases will most likely happen from this repository, as I haven't worked at Altice Labs for a while and there doesn't seem to be anyone there willing to merge pull requests for this project any longer.