Searched full:brew (Results 1 – 25 of 163) sorted by relevance
1234567
1 brew "autoconf"2 brew "automake"3 brew "cmake"4 brew "coreutils"5 brew "docbook2x"6 brew "dos2unix"7 brew "findutils"8 brew "gcc"9 brew "gettext"10 brew "ghostscript"[all …]
28 - Install Brew at <http://brew.sh/>35 brew install libimobiledevice36 brew install ideviceinstaller37 brew install caskroom/cask/brew-cask38 brew install Caskroom/cask/osxfuse39 brew install ifuse45 $ brew update46 $ brew install node
9 brew pin $p13 time (brew install "$@" || brew outdated "$1" || brew upgrade "$@" || true)15 time (brew link --force --overwrite "$@" || true)56 # So that we can "brew link" python@3 instead.57 brew unlink python@267 export PATH="$(brew --prefix)/bin:$PATH"
7 brew update || brew update8 brew outdated pyenv || brew upgrade pyenv9 brew install pyenv-virtualenv10 brew install cmake || true
49 …# add shfmt for shell pretty, try brew only because snap does not support home directory not being…50 …command -v shfmt || brew install shfmt || echo 'WARNING: could not install shfmt, which is useful …97 brew install automake libtool cmake ninja shfmt shellcheck102 brew tap ArmMbed/homebrew-formulae103 brew install armmbed/formulae/arm-none-eabi-gcc116 brew install llvm@9117 sudo ln -s "$(brew --prefix llvm@9)/bin/clang-format" /usr/local/bin/clang-format-9138 elif command -v brew; then139 PM=brew
109 …conf automake pkg-config ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfi…110 name: 'brew bundle'115 …- run: "while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --…116 name: 'brew install'171 …conf automake pkg-config ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfi…172 name: 'brew bundle'174 …- run: "while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --…175 name: 'brew install'
61 brew update;62 brew install dbus;67 brew update;68 brew install libev;73 brew update;74 brew install libuv;
9 brew update >/dev/null10 brew install binutils14 …which ${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}…20 brew cask install homebrew/cask-versions/adoptopenjdk821 brew install bazel
33 HOMEBREW_PREFIX="$(brew --prefix)"93 if ! which -s brew; then98 brew update100 if brew ls --versions "${package}" >/dev/null; then101 brew upgrade "${package}"103 brew install "${package}"111 cat <<EOF > "$(brew --prefix)/etc/buildkite-agent/buildkite-agent.cfg"
22 Go to http://brew.sh and copy the one-liner that installs "homebrew".28 brew install imagemagick37 brew edit imagemagick41 brew reinstall -s imagemagick45 brew doctor
246 $ brew install openssl@1.1247 …$ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" CFLAGS="-I$(brew --prefix openssl@1.1)/include"…262 $ brew install openssl@1.1263 …_LINK_FLAGS=1 LDFLAGS="$(brew --prefix openssl@1.1)/lib/libssl.a $(brew --prefix openssl@1.1)/lib/…276 .. _`Homebrew`: https://brew.sh
50 brew install protobuf rapidjson google-benchmark56 brew install openssl@359 Your build system may still be picking up an older version so you will have to symlink to the brew …61 brew link --force openssl66 brew install llvm70 $(brew --prefix llvm)/bin85 brew install ninja bindgen
5 brew update > brew-update.log 2>&17 brew uninstall libtool;8 brew install libtool dejagnu;
237 brew install openssl # Probably already installed, but good to confirm.238 brew uninstall python && brew install python271 ' brew install openssl\n'272 ' brew uninstall python\n'273 ' brew install python\n'278 ' brew doctor\n'
73 brew update;75 if brew list $package; then76 brew outdated $package || brew upgrade $package;78 brew install $package;
20 - HOMEBREW_NO_AUTO_UPDATE=1 brew install expat gettext22 HOMEBREW_NO_AUTO_UPDATE=1 brew install ninja;25 HOMEBREW_NO_AUTO_UPDATE=1 brew install scons;
30 packages from [Homebrew](https://brew.sh):33 $ brew install autoconf automake libtool shtool38 $ brew install gflags44 installed by `brew` is being used:
59 brew update60 brew install --with-python libdnet61 brew install .travis/pylibpcap.rb
11 /usr/local/bin/brew update12 /usr/local/bin/brew reinstall openssl@1.1 --build-bottle
29 # Brew packages installed when Kokoro image was built tend to have less conflict.32 # Dump the brew configuration for debugging just in case. Check "Core tap HEAD" field35 brew config140 brew install php@7.2
94 To build AFL, install llvm (and perhaps gcc) from brew and follow the general98 brew install wget git make cmake llvm gdb coreutils105 # Depending on your MacOS system + brew version it is either109 # you can check with "brew info llvm"
21 …brew unlink python@2 # because we're installing python3 and they both want to install stuff under …22 brew install gnuplot
85 Global install with brew88 The brew package manager (Homebrew on macOS, or Linuxbrew on Linux) has a95 brew install pybind11
23 brew update24 brew install autoconf automake libtool m4
48 $ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" \49 CFLAGS="-I$(brew --prefix openssl@1.1)/include" \110 .. _`Homebrew`: https://brew.sh