Xmake V2.6.2 Released: Support Building Linux Kernel Driver Module

Xmake is a lightweight cross-platform build utility based on Lua. It is very lightweight and has no dependencies because it has a built-in Lua runtime. It uses xmake.lua to maintain project builds and its configuration syntax is very simple and readable.

We can use it to build projects directly like Make/Ninja or generate project files like CMake/Meson. Also, it has a built-in package management system to help users solve the integrated use of C/C++ dependent libraries.