Description
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.
Installation Instructions
dnf copr enable waruqi/xmake dnf install xmake
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Amazonlinux 2023 | aarch64 (19)*, x86_64 (21)* | Amazonlinux 2023 (52 downloads) |
Centos-stream 9 | aarch64 (19)*, x86_64 (30)* | Centos-stream 9 (58 downloads) |
Fedora 39 | aarch64 (10)*, x86_64 (73)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (5)*, x86_64 (4)* | Fedora 40 (45 downloads) |
Fedora 41 | aarch64 (6)*, x86_64 (15)* | Fedora 41 (25 downloads) |
Fedora eln | aarch64 (122)*, x86_64 (160)* | Fedora eln (63 downloads) |
Fedora rawhide | aarch64 (48)*, x86_64 (62)* | Fedora rawhide (135 downloads) |
openEuler 22.03 | aarch64 (18)*, x86_64 (37)* | openEuler 22.03 (69 downloads) |
openSUSE Tumbleweed | aarch64 (42)*, x86_64 (55)* | openSUSE Tumbleweed (165 downloads) |
Rhel 9 | aarch64 (20)*, x86_64 (43)* | Rhel 9 (91 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable waruqi/xmake
More info about enabling Copr repositories