TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A cross-platform c/c++ build utility based on Lua

10 点作者 waruqi将近 5 年前

2 条评论

waruqi将近 5 年前
xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile&#x2F;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.<p>It can compile the project directly like Make&#x2F;Ninja, or generate project files like CMake&#x2F;Meson, and it also has a built-in package management system to help users solve the integrated use of C&#x2F;C++ dependent libraries.
danny0z将近 5 年前
Interesting, what is the difference between it and other build tools, such as cmake, meson?
评论 #24076901 未加载