Tag: 自制

通过brew在MacOS X上安装Wireshark

我用命令在我的mac上安装了Wireshark brew install wireshark 但在那之后,一条消息告诉我必须蜷缩并安装ChmodBPF ,所以我也这样做了。 但是terminal上没有命令Wireshark。 那有什么问题?

了解自制软件和桶只依赖

我最近开始使用自制软件,对于将某些东西添加到系统中会发生什么情况,我感到有些困惑,但是其酿造的依赖关系只有桶,意味着它们链接在/usr/local 。 例如,我安装了vips(一个image processing库)。 它的许多依赖之一是pixman。 Pixman被安装为桶,因为显然Mac OSX(在这种情况下,雪豹)已经附带(或它的一个版本)。 这是否意味着vips会使用pixman的系统版本? 如果是这样,是否存在与使用系统版本而不是依赖版本相关的潜在版本问题(假设它们不同)?

我如何解决brew医生的错误

说到这一切,我都是一个新手,所以原谅我的无能。 当我运行brew Doctor时,我得到以下结果。 有人可以帮忙吗? [/usr/local]$ brew doctor Error: Setting DYLD_LIBRARY_PATH can break dynamic linking. You should probably unset it. Error: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link f will cause other formulae to detect them during the ./configure step. This may […]

安装去与酿造,并运行gotour

我正在关注http://tour.golang.org/,直到第三步,告诉你可以在你的系统上安装gotour。 之后我用brew来安装go语言: brew install hg brew install go 然后我通过下载了这个gotour: go get code.google.com/p/go-tour/gotour 当我试图启动的时候,它没有认出这个命令: $ gotour -bash: gotour: command not found 和 $ go gotour 和 $ ./gotour 所以我试图去看看去的路,它是空的, echo $GOPATH 所以我定义了GOPATH: GOPATH=/usr/local/Cellar/go/1.0.2/src/pkg/code.google.com/p/ export GOPATH 现在我可以跑跑步了 ./gotour 但是我对自己的环境并不安全。不是我被认为是能够运行的 go run gotour 或者只是通过input(就像在这个网站上描述的那样: http : //www.moncefbelyamani.com/how-to-install-the-go-tour-on-your-mac/ ) gotour 我想知道如果我是正确的做法,因为我是新的编程语言。

我怎么知道哪些自制软糖可以升级?

我知道当我brew update ,它列出了所有==> Updated Formulae ,但是当我多次更新而没有运行brew upgrade ,如何获得所有可升级应用程序的列表?

使用brew安装时,SHA1错误

更具体地说,我使用自制软件来安装MySQL,而我得到这个错误: Error: SHA1 mismatch Expected: f218ed64ce6e7a5d3670acdd6a18e5ed95421d1f Got: 3a57f6f44186e0dba34ef8b8fb4a9047e9e5d8a3 Archive: /Users/rdp/Library/Caches/Homebrew/cmake-2.8.7.bottle.tar.gz (To retry an incomplete download, remove the file above.)

升级所有通过自制酒桶安装的木桶

我使用Homebrew Cask在OS X上安装应用程序。如何升级所有安装的木桶?

我怎样才能酿造链接一个特定的版本?

/usr/local/Cellar/libfoo/1.0.1 /usr/local/Cellar/libfoo/HEAD和/usr/local/Cellar/libfoo/mycopy 我怎样才能酿造链接到一个特定的版本?

Homebrew:不能符号链接,/ usr / local / bin不可写

在安装HomeBrew , HomeBrew在安装依赖项时显示以下问题: Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/a2x /usr/local/bin is not writable. You can try again using: brew link asciidoc

Homebrew:错误:不应该直接调用update-report

运行brew update我得到以下内容: /usr/local/Library/brew.sh: line 32: /usr/local/Library/ENV/scm/git: No such file or directory /usr/local/Library/brew.sh: line 32: /usr/local/Library/ENV/scm/git: No such file or directory [etc..] Error: update-report should not be called directly! 调用brew config报告如下: HOMEBREW_VERSION: 0.9.9 ORIGIN: https://github.com/Homebrew/brew.git HEAD: 90e84453f9adda65de6b9274987d06e46caa5d37 Last commit: 4 hours ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 05ce2548bad01807c6be2aece21ab70d221755e6 Core tap last commit: 8 weeks […]