diff options
| author | ruki <[email protected]> | 2021-11-02 13:57:57 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-02 13:57:57 +0800 |
| commit | b500cca33c3c8bb73b275344b5b39dd06366adf3 (patch) | |
| tree | 17c9cf49d1a1b8a1d758ad8f9823c48264020d8b | |
| parent | c208120425331d82c1b363bf94a515b6511c0d71 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
