summaryrefslogtreecommitdiffstats
path: root/development/xmake/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/xmake/README')
-rw-r--r--development/xmake/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/xmake/README b/development/xmake/README
new file mode 100644
index 0000000000..8afad5276b
--- /dev/null
+++ b/development/xmake/README
@@ -0,0 +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.