diff options
| author | ruki <[email protected]> | 2021-10-27 20:06:56 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-27 20:06:56 +0800 |
| commit | 0330837144456c27559b61e2819c566cfebdd16f (patch) | |
| tree | 62d2e0cb428f0b9f25952a5abc538a49312d8905 | |
| parent | e3ec4dcf0e78eb6c3f25db3cff8c017b9cad9528 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -64,6 +64,10 @@ xmake is a lightweight cross-platform build utility based on Lua. It uses xmake. 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. +``` +Xmake = Build backend + Project Generator + Package Manager +``` + If you want to know more, please refer to: [Documents](https://xmake.io/#/getting_started), [Github](https://github.com/xmake-io/xmake) and [Gitee](https://gitee.com/tboox/xmake) and also welcome to join our [community](https://xmake.io/#/about/contact).  |
