seminar:homebrew
差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| seminar:homebrew [2020/02/05 14:24] – 作成 kimi | seminar:homebrew [2022/08/23 13:34] (現在) – 外部編集 127.0.0.1 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Homebrew ====== | ====== Homebrew ====== | ||
| + | macOS用パッケージマネージャー | ||
| + | |||
| + | 2019年度からfinkに代わってHomebrewを使い始めました。 | ||
| ===== Install ===== | ===== Install ===== | ||
| https:// | https:// | ||
| + | <code sh> | ||
| + | % / | ||
| + | </ | ||
| + | ==== check ==== | ||
| + | <code sh> | ||
| + | % brew install wget | ||
| + | brew install wget | ||
| + | ==> Installing dependencies for wget: gettext, libunistring, | ||
| + | ==> Installing wget dependency: gettext | ||
| + | ==> Downloading https:// | ||
| + | ==> Downloading from https:// | ||
| + | ######################################################################## | ||
| + | ==> Pouring gettext-0.20.1.catalina.bottle.tar.gz | ||
| + | ==> Caveats | ||
| + | gettext is keg-only, which means it was not symlinked into /usr/local, | ||
| + | because macOS provides the BSD gettext library & some software gets confused if both are in the library path. | ||
| + | |||
| + | If you need to have gettext first in your PATH run: | ||
| + | echo ' | ||
| + | |||
| + | For compilers to find gettext you may need to set: | ||
| + | export LDFLAGS=" | ||
| + | export CPPFLAGS=" | ||
| + | |||
| + | ==> Summary | ||
| + | 🍺 / | ||
| + | ==> Installing wget dependency: libunistring | ||
| + | ==> Downloading https:// | ||
| + | ==> Downloading from https:// | ||
| + | ######################################################################## | ||
| + | ==> Pouring libunistring-0.9.10.catalina.bottle.tar.gz | ||
| + | 🍺 / | ||
| + | ==> Installing wget dependency: libidn2 | ||
| + | ==> Downloading https:// | ||
| + | ==> Downloading from https:// | ||
| + | ######################################################################## | ||
| + | ==> Pouring libidn2-2.3.0.catalina.bottle.tar.gz | ||
| + | 🍺 / | ||
| + | ==> Installing wget dependency: openssl@1.1 | ||
| + | ==> Downloading https:// | ||
| + | ==> Downloading from https:// | ||
| + | ######################################################################## | ||
| + | ==> Pouring openssl@1.1-1.1.1d.catalina.bottle.tar.gz | ||
| + | ==> Caveats | ||
| + | A CA file has been bootstrapped using certificates from the system | ||
| + | keychain. To add additional certificates, | ||
| + | / | ||
| + | |||
| + | and run | ||
| + | / | ||
| + | |||
| + | openssl@1.1 is keg-only, which means it was not symlinked into /usr/local, | ||
| + | because openssl/ | ||
| + | |||
| + | If you need to have openssl@1.1 first in your PATH run: | ||
| + | echo ' | ||
| + | |||
| + | For compilers to find openssl@1.1 you may need to set: | ||
| + | export LDFLAGS=" | ||
| + | export CPPFLAGS=" | ||
| + | |||
| + | ==> Summary | ||
| + | 🍺 / | ||
| + | ==> Installing wget | ||
| + | ==> Downloading https:// | ||
| + | ==> Downloading from https:// | ||
| + | ######################################################################## | ||
| + | ==> Pouring wget-1.20.3_2.catalina.bottle.tar.gz | ||
| + | 🍺 / | ||
| + | ==> Caveats | ||
| + | ==> gettext | ||
| + | gettext is keg-only, which means it was not symlinked into /usr/local, | ||
| + | because macOS provides the BSD gettext library & some software gets confused if both are in the library path. | ||
| + | |||
| + | If you need to have gettext first in your PATH run: | ||
| + | echo ' | ||
| + | |||
| + | For compilers to find gettext you may need to set: | ||
| + | export LDFLAGS=" | ||
| + | export CPPFLAGS=" | ||
| + | |||
| + | ==> openssl@1.1 | ||
| + | A CA file has been bootstrapped using certificates from the system | ||
| + | keychain. To add additional certificates, | ||
| + | / | ||
| + | |||
| + | and run | ||
| + | / | ||
| + | |||
| + | openssl@1.1 is keg-only, which means it was not symlinked into /usr/local, | ||
| + | because openssl/ | ||
| + | |||
| + | If you need to have openssl@1.1 first in your PATH run: | ||
| + | echo ' | ||
| + | |||
| + | For compilers to find openssl@1.1 you may need to set: | ||
| + | export LDFLAGS=" | ||
| + | export CPPFLAGS=" | ||
| + | |||
| + | pine:~ kimi$ $ wget | ||
| + | wget: URLがありません | ||
| + | 使い方: wget [オプション]... [URL]... | ||
| + | |||
| + | 詳しいオプションは `wget --help' | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
seminar/homebrew.1580880288.txt.gz · 最終更新: (外部編集)