summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-06 23:15:33 +0800
committerruki <[email protected]>2020-08-06 23:15:33 +0800
commit1ebb320e34159e9ffc19f728093ef18ae82b4d87 (patch)
tree79d8d5d9728ffefcebe586df97fc3fe7b83b57a4 /README.md
parentfa3a4a54ef3728e9f566082b414c475276806712 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2f587eabe..34f311bb0 100644
--- a/README.md
+++ b/README.md
@@ -64,9 +64,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
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.
-Although simple and easy is a major feature of xmake, the function of xmake is also very powerful. It can directly compile projects like Make/Ninja, or generate project files like CMake/Meson, as well as built-in package management. The system helps users solve the problem of integrated use of C/C++ dependent libraries.
-
-At present, xmake is mainly used for the compilation of C/C++ projects, but it also supports the compilation of other native languages, which can support mixed compilation with C/C++, and the compilation speed is also very fast, which can be equal to Ninja.
+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.
If you want to know more, please refer to: [Documents](https://xmake.io/#/home), [Github](https://github.com/xmake-io/xmake) and [Gitee](https://gitee.com/tboox/xmake)