layout: home
hero:
name: "Xmake"
text: "A cross-platform build utility based on Lua"
tagline: Modern C/C++ build tools
actions:
- theme: brand
text: Get Started ->
link: /guide/quick-start
- theme: alt
text: GitHub
link: https://github.com/xmake-io/xmake
- theme: alt
text: Gitee
link: https://gitee.com/tboox/xmake
features:
- icon: 🚀
title: Simple and Fast
details: Simple syntax, even without any Lua foundation, it can be quickly configured and used. Efficient and fast build performance, built-in cache, parallel build and other optimization features
- icon: 💪
title: Powerful
details: Provides flexible rules and plugins configuration, and a lot of extension modules. Built-in remote compilation, distributed compilation, multi-language mixed compilation, project file generation and other functions.
- icon: 📦
title: Package management
details: A more friendly package management experience, automatically pulling and integrating C/C++ dependency packages and toolchains. Supports self-built repositories, cloud pre-compilation acceleration, and seamless integration with Conan/Vcpkg.
---