mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
bb6e973710
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
340 B
Text
8 lines
340 B
Text
xmake is a cross-platform build utility based on Lua.
|
|
|
|
It can compile the project directly like Make/Ninja, or generate
|
|
project files like CMake/Meson, and it also has a built-in package
|
|
management system to help users solve the integrated use of C/C++
|
|
dependent libraries.
|
|
|
|
There are no dependencies, because xmake builds them on its own.
|