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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Xmake and C/C++ Package Management

39 点作者 danny0z大约 3 年前

6 条评论

smackeyacky大约 3 年前
I know I&#x27;m getting old but the naming of the project really irks me. If it has an &quot;x&quot; in front of it, I expect it needs X Windows and tosses up some kind of gui.<p>Also, being old, I don&#x27;t know why anybody would want to introduce Node style dependency hell into any C++ project when &quot;configure&quot; exists. <a href="https:&#x2F;&#x2F;thoughtbot.com&#x2F;blog&#x2F;the-magic-behind-configure-make-make-install" rel="nofollow">https:&#x2F;&#x2F;thoughtbot.com&#x2F;blog&#x2F;the-magic-behind-configure-make-...</a>
评论 #30741173 未加载
MaxBarraclough大约 3 年前
&gt; there are already many powerful C&#x2F;C++ package managers, the most well-known and most used are: vcpkg, conan, conda, etc. Although they are very powerful, they have a common problem: The build system doesn&#x27;t have built-in support for them.<p>CMake supports pkg-config, for what that&#x27;s worth.
评论 #30737413 未加载
评论 #30738081 未加载
评论 #30740964 未加载
mc4ndr3大约 3 年前
cmake does provide support for conan and other C&#x2F;C++ ecosystem tools via plugins. It works okay.<p>I&#x27;m not sure adding a layer of Lua helps the situation.<p>cmake isn&#x27;t perfect, but the best we have for now. The C++ community has unfortunately been loathe to select a language-wide build tool cum package manager. It&#x27;s like the early days of Go with all the warring Go dependency systems.
评论 #30735124 未加载
yakubin大约 3 年前
Has anyone here used xmake in anger? How did it fare?
评论 #30735433 未加载
评论 #30735063 未加载
synergy20大约 3 年前
used it briefly, seems great to me.<p>it needs some big sponsorship to be mainstream, a very promising project, best wishes.
评论 #30738378 未加载
moltke大约 3 年前
I still don&#x27;t understand what&#x27;s wrong with writing eg spec files and letting yum&#x2F;rpm manage the packages. That&#x27;s what we do where I work.
评论 #30737419 未加载