|
@@ -1,4 +1,78 @@
|
|
|
-## A script-only build utility like autotools
|
|
|
+<div align="center">
|
|
|
+ <a href="https://xmake.io">
|
|
|
+ <img width="160" heigth="160" src="https://tboox.org/static/img/xmake/logo256c.png">
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <h1>xmake.sh</h1>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <a href="https://github.com/xmake-io/xmake.sh/actions?query=workflow%3AWindows">
|
|
|
+ <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake.sh/Windows/master.svg?style=flat-square&logo=windows" alt="github-ci" />
|
|
|
+ </a>
|
|
|
+ <a href="https://github.com/xmake-io/xmake.sh/actions?query=workflow%3ALinux">
|
|
|
+ <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake.sh/Linux/master.svg?style=flat-square&logo=linux" alt="github-ci" />
|
|
|
+ </a>
|
|
|
+ <a href="https://github.com/xmake-io/xmake.sh/actions?query=workflow%3AmacOS">
|
|
|
+ <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake.sh/macOS/master.svg?style=flat-square&logo=apple" alt="github-ci" />
|
|
|
+ </a>
|
|
|
+ <a href="https://github.com/xmake-io/xmake.sh/releases">
|
|
|
+ <img src="https://img.shields.io/github/release/xmake-io/xmake.svg?style=flat-square" alt="Github All Releases" />
|
|
|
+ </a>
|
|
|
+ <a href="https://aur.archlinux.org/packages/xmake">
|
|
|
+ <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" />
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <a href="https://github.com/xmake-io/xmake.sh/blob/master/LICENSE.md">
|
|
|
+ <img src="https://img.shields.io/github/license/xmake-io/xmake.svg?colorB=f48041&style=flat-square" alt="license" />
|
|
|
+ </a>
|
|
|
+ <a href="https://www.reddit.com/r/xmake/">
|
|
|
+ <img src="https://img.shields.io/badge/chat-on%20reddit-ff3f34.svg?style=flat-square" alt="Reddit" />
|
|
|
+ </a>
|
|
|
+ <a href="https://gitter.im/xmake-io/xmake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
|
|
|
+ <img src="https://img.shields.io/gitter/room/xmake-io/xmake.svg?style=flat-square&colorB=96c312" alt="Gitter" />
|
|
|
+ </a>
|
|
|
+ <a href="https://t.me/tbooxorg">
|
|
|
+ <img src="https://img.shields.io/badge/chat-on%20telegram-blue.svg?style=flat-square" alt="Telegram" />
|
|
|
+ </a>
|
|
|
+ <a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv">
|
|
|
+ <img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" />
|
|
|
+ </a>
|
|
|
+ <a href="https://discord.gg/xmake">
|
|
|
+ <img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square" alt="Discord" />
|
|
|
+ </a>
|
|
|
+ <a href="https://xmake.io/#/sponsor">
|
|
|
+ <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <b>A script-only build utility like autotools</b><br/>
|
|
|
+</div>
|
|
|
+
|
|
|
+## Support this project
|
|
|
+
|
|
|
+Support this project by [becoming a sponsor](https://xmake.io/#/about/sponsor). Your logo will show up here with a link to your website. 🙏
|
|
|
+
|
|
|
+<a href="https://opencollective.com/xmake#sponsors" target="_blank"><img src="https://opencollective.com/xmake/sponsors.svg?width=890"></a>
|
|
|
+<a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a>
|
|
|
+
|
|
|
+## Technical Support
|
|
|
+
|
|
|
+You can also consider sponsoring us to get extra technical support services via the [Github sponsor program](https://github.com/sponsors/waruqi),
|
|
|
+This gives you access to the [xmake-io/technical-support](https://github.com/xmake-io/technical-support) repository, where you can get more information on consulting.
|
|
|
+
|
|
|
+- [x] Handling Issues with higher priority
|
|
|
+- [x] One-to-one technical consulting service
|
|
|
+- [x] Review your xmake.lua and provide suggestions for improvement
|
|
|
+
|
|
|
+## Introduction
|
|
|
+
|
|
|
+Xmake is a script-only build utility like autotools.
|
|
|
+
|
|
|
+- [x] No any dependencies
|
|
|
+- [x] No installation, only one shell script file
|
|
|
+- [x] Easy, similar configuration syntax to xmake
|
|
|
+- [x] Compatible with autotools, same usage
|
|
|
|
|
|
### Project Syntax
|
|
|
|