【发布时间】:2020-01-13 06:37:06
【问题描述】:
我正在寻找一种方法,使brew 无需安装即可显示公式的大小。我尝试了brew info 和brew install 的各种选项,但都没有让我查看公式的大小。
但是,在安装公式时,其大小会显示为输出的一部分。
有什么想法吗?
nlykkei-mbp:Projects nlykkei$ brew info llvm
llvm: stable 8.0.1 (bottled), HEAD [keg-only]
Next-gen compiler infrastructure
https://llvm.org/
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/llvm.rb
==> Dependencies
Build: cmake ✔
Required: libffi ✔, swig ✔
==> Requirements
Build: xcode ✔
==> Options
--HEAD
Install HEAD version
==> Caveats
To use the bundled libc++ please add the following LDFLAGS:
LDFLAGS="-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib"
llvm is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
==> Analytics
install: 15,199 (30 days), 39,871 (90 days), 183,880 (365 days)
install_on_request: 11,125 (30 days), 30,095 (90 days), 140,885 (365 days)
build_error: 0 (30 days)
【问题讨论】: