Solving Awesome Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) in GNU/Linux
Hi! This Tip Try to Solve Awesome Window Manager Build Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) in GNU/Linux.
The Issue easily come from missing LUA Development Files.
Fixing
Then to Solve Awesome Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) in Linux
You have to Install the Lua Development Package!
So on Fedora/EL runsudo dnf in lua-devel
Or in Debian/Ubuntu based:sudo apt install liblua5*-dev
Thanks to: