$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Awesome Could NOT Find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) Linux Troubleshooting

July 21, 2022 | By the+gnu+linux+evangelist.

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.

Awesome Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) Linux Solving - Featured
  1. 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 run

    sudo dnf in lua-devel
    Or in Debian/Ubuntu based:
    sudo apt install liblua5*-dev
  2. Thanks to: