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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What's the big diff between homebrew and macports?

7 点作者 mainguy超过 13 年前

6 条评论

beniamino超过 13 年前
The differences are that homebrew installs to /usr/local by default, doesn't keep track of package versions, and doesn't install its own versions of libraries that come with OS X (and therefore might be screwed up by an OS update). These are all Really Bad Ideas, which make homebrew technically inferior to macports, and less stable. However, they also make homebrew really simple, so it's much quicker and less cumbersome to use. Almost the definition of quick-and-dirty.
jarin超过 13 年前
Homebrew does not use sudo, installs everything to /usr/local (which keeps major OS X updates from destroying your dev environment), and it's much easier to edit and contribute recipes back to the main project (for me, anyway).
zmanji超过 13 年前
Homebrew has far better dependency management then Macports. I fine that using Macports you have to download and compile the kitchen sink every time you want a moderately complex package.
rix0r超过 13 年前
Homebrew will use libraries that are already present on your system, instead of keeping a separate copy of everything.<p>The downside may be decreased stability, but the reduced compilation times make up for that, to me (and haven't had a problem yet).
jweede超过 13 年前
Macports is still the winner for me. They recently acquired a build server and have started distributing binaries some of their packages.
gks超过 13 年前
another post from the writer of a terriblely short and uninformative article.<p>Getting old.. really old.
评论 #3018669 未加载