Skip to content
Snippets Groups Projects
Commit 7c7b002c authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: PUC-Rio Lua now deprecated, LuaJIT mandatory for daemon

parent 3c02cfa6
Branches
Tags
No related merge requests found
......@@ -18,9 +18,6 @@ endif
$(eval $(call find_lib,libknot))
$(eval $(call find_lib,libuv))
$(eval $(call find_alt,lua,luajit))
$(eval $(call find_alt,lua,lua5.2))
$(eval $(call find_alt,lua,lua-5.2))
$(eval $(call find_alt,lua,lua))
$(eval $(call find_lib,cmocka))
$(eval $(call find_bin,doxygen))
$(eval $(call find_bin,sphinx-build))
......
......@@ -31,7 +31,7 @@ The following is a list of software required to build Knot DNS Resolver from sou
"`pkg-config`_", "*all*", "*(build only)* [#]_"
"C compiler", "*all*", "*(build only)* [#]_"
"libknot_ 2.0+", "*all*", "Knot DNS library (requires autotools, GnuTLS and Jansson)."
"LuaJIT_ 2.0+", "``daemon``", "Embedded scripting language (Lua_ 5.1+ with limitations)."
"LuaJIT_ 2.0+", "``daemon``", "Embedded scripting language."
"libuv_ 1.7+", "``daemon``", "Multiplatform I/O and services (libuv_ 1.0 with limitations [#]_)."
There are also *optional* packages that enable specific functionality in Knot DNS Resolver, they are useful mainly for developers to build documentation and tests.
......
......@@ -12,7 +12,7 @@ info:
$(info Dependencies)
$(info ------------)
$(info [$(HAS_libknot)] libknot (lib))
$(info [$(HAS_lua)] lua (daemon))
$(info [$(HAS_lua)] LuaJIT (daemon))
$(info [$(HAS_libuv)] libuv (daemon))
$(info )
$(info Optional)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment