Home
last modified time | relevance | path

Searched full:brew (Results 1 – 25 of 163) sorted by relevance

1234567

/external/expat/
DBrewfile1 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 …]
/external/skia/site/docs/dev/testing/
Dios.md28 - Install Brew at <http://brew.sh/>
35 brew install libimobiledevice
36 brew install ideviceinstaller
37 brew install caskroom/cask/brew-cask
38 brew install Caskroom/cask/osxfuse
39 brew install ifuse
45 $ brew update
46 $ brew install node
/external/google-fruit/extras/scripts/
Dtravis_ci_install_osx.sh9 brew pin $p
13 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@2
67 export PATH="$(brew --prefix)/bin:$PATH"
/external/flatbuffers/conan/travis/
Dinstall.sh7 brew update || brew update
8 brew outdated pyenv || brew upgrade pyenv
9 brew install pyenv-virtualenv
10 brew install cmake || true
/external/openthread/script/
Dbootstrap49 …# 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 shellcheck
102 brew tap ArmMbed/homebrew-formulae
103 brew install armmbed/formulae/arm-none-eabi-gcc
116 brew install llvm@9
117 sudo ln -s "$(brew --prefix llvm@9)/bin/clang-format" /usr/local/bin/clang-format-9
138 elif command -v brew; then
139 PM=brew
/external/curl/.github/workflows/
Dmacos.yml109 …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'
/external/libwebsockets/scripts/
Dtravis_install.sh61 brew update;
62 brew install dbus;
67 brew update;
68 brew install libev;
73 brew update;
74 brew install libuv;
/external/brotli/scripts/
D.travis.sh9 brew update >/dev/null
10 brew install binutils
14 …which ${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}…
20 brew cask install homebrew/cask-versions/adoptopenjdk8
21 brew install bazel
/external/cronet/buildtools/third_party/libc++/trunk/utils/ci/
Dmacos-ci-setup33 HOMEBREW_PREFIX="$(brew --prefix)"
93 if ! which -s brew; then
98 brew update
100 if brew ls --versions "${package}" >/dev/null; then
101 brew upgrade "${package}"
103 brew install "${package}"
111 cat <<EOF > "$(brew --prefix)/etc/buildkite-agent/buildkite-agent.cfg"
/external/ImageMagick/
DInstall-mac.txt22 Go to http://brew.sh and copy the one-liner that installs "homebrew".
28 brew install imagemagick
37 brew edit imagemagick
41 brew reinstall -s imagemagick
45 brew doctor
/external/python/cryptography/docs/
Dinstallation.rst246 $ brew install openssl@1.1
247 …$ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" CFLAGS="-I$(brew --prefix openssl@1.1)/include"…
262 $ brew install openssl@1.1
263 …_LINK_FLAGS=1 LDFLAGS="$(brew --prefix openssl@1.1)/lib/libssl.a $(brew --prefix openssl@1.1)/lib/…
276 .. _`Homebrew`: https://brew.sh
/external/rust/beto-rust/nearby/presence/
DREADME.md50 brew install protobuf rapidjson google-benchmark
56 brew install openssl@3
59 Your build system may still be picking up an older version so you will have to symlink to the brew
61 brew link --force openssl
66 brew install llvm
70 $(brew --prefix llvm)/bin
85 brew install ninja bindgen
/external/libffi/.travis/
Dinstall.sh5 brew update > brew-update.log 2>&1
7 brew uninstall libtool;
8 brew install libtool dejagnu;
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dwrapper.py237 brew install openssl # Probably already installed, but good to confirm.
238 brew uninstall python && brew install python
271 ' brew install openssl\n'
272 ' brew uninstall python\n'
273 ' brew install python\n'
278 ' brew doctor\n'
/external/parameter-framework/upstream/
D.travis.yml73 brew update;
75 if brew list $package; then
76 brew outdated $package || brew upgrade $package;
78 brew install $package;
/external/mesa3d/
D.travis.yml20 - HOMEBREW_NO_AUTO_UPDATE=1 brew install expat gettext
22 HOMEBREW_NO_AUTO_UPDATE=1 brew install ninja;
25 HOMEBREW_NO_AUTO_UPDATE=1 brew install scons;
/external/grpc-grpc/
DBUILDING.md30 packages from [Homebrew](https://brew.sh):
33 $ brew install autoconf automake libtool shtool
38 $ brew install gflags
44 installed by `brew` is being used:
/external/scapy/.travis/
Dinstall.sh59 brew update
60 brew install --with-python libdnet
61 brew install .travis/pylibpcap.rb
/external/python/cryptography/.jenkins/
DJenkinsfile-Update-Homebrew-OpenSSL11 /usr/local/bin/brew update
12 /usr/local/bin/brew reinstall openssl@1.1 --build-bottle
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_rc29 # 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" field
35 brew config
140 brew install php@7.2
/external/AFLplusplus/docs/
DINSTALL.md94 To build AFL, install llvm (and perhaps gcc) from brew and follow the general
98 brew install wget git make cmake llvm gdb coreutils
105 # Depending on your MacOS system + brew version it is either
109 # you can check with "brew info llvm"
/external/rust/crates/criterion/ci/
Dinstall.sh21brew unlink python@2 # because we're installing python3 and they both want to install stuff under …
22 brew install gnuplot
/external/python/pybind11/docs/
Dinstalling.rst85 Global install with brew
88 The brew package manager (Homebrew on macOS, or Linuxbrew on Linux) has a
95 brew install pybind11
/external/libusb/.github/workflows/
Dmacos.yml23 brew update
24 brew install autoconf automake libtool m4
/external/python/cryptography/docs/development/
Dgetting-started.rst48 $ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" \
49 CFLAGS="-I$(brew --prefix openssl@1.1)/include" \
110 .. _`Homebrew`: https://brew.sh

1234567