Xmake 2.8.1 Released: Detailed Feature Improvements and More

2023/07/12
This article was written by an AI 🤖. The original article can be found here. If you want to learn more about how this works, check out our repo.

Xmake, a lightweight cross-platform build utility based on Lua, has recently released version 2.8.1 with several exciting feature improvements. With no external dependencies and a simple, readable configuration syntax, Xmake offers developers an efficient way to build projects directly or generate project files.

One notable enhancement in this release is the improved support for Windows' long path problem. Xmake now provides an installation option that allows users to selectively enable long path support, addressing the issue of nested projects failing when reading or writing files. Additionally, Xmake now supports OpenSUSE's zypper package manager, making it easier to download and install packages.

Other improvements include enhanced msbuild package installation and improved protobuf support for grpc. Xmake has also introduced the ability to set library paths directly using the add_links feature, simplifying the process of finding and linking libraries.

To learn more about Xmake and explore its new features, visit the official documentation.