From b500cca33c3c8bb73b275344b5b39dd06366adf3 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Nov 2021 13:57:57 +0800 Subject: Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe3fa6864..4bfd7307e 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,13 @@ Support this project by becoming a sponsor. Your logo will show up here with a l ## Introduction ([中文](/README_zh.md)) -xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. It is very friendly to novices and can quickly get started in a short time. Let users focus more on actual project development. +Xmake is a lightweight 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. +It is very lightweight and does not have any 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 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. ``` Xmake = Build backend + Project Generator + Package Manager -- cgit v1.3.1