diff options
author | xaizek <xaizek@posteo.net> | 2022-04-25 14:07:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:48 +0700 |
commit | bb6e973710d276cbe7a2ff788edaef3305542e38 (patch) | |
tree | 3ab82ef21fd5ac6a6da2709904a503505d7ce3a0 /development/xmake/README | |
parent | 4d2a94a72d1915679e68c5d4686935d575e5c4f3 (diff) |
development/xmake: Updated for version 2.6.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xmake/README')
-rw-r--r-- | development/xmake/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/xmake/README b/development/xmake/README index 0e5c0477ba..8afad5276b 100644 --- a/development/xmake/README +++ b/development/xmake/README @@ -1,3 +1,8 @@ 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. |