Home
last modified time | relevance | path

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

12345

/external/skqp/site/dev/testing/
Dios.md22 * Install Brew at <http://brew.sh/>
25 under different names. The *cask* extension to *brew* is necessary to install
29 brew install libimobiledevice
30 brew install ideviceinstaller
31 brew install caskroom/cask/brew-cask
32 brew install Caskroom/cask/osxfuse
33 brew install ifuse
39 $ brew update
40 $ brew install node
/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/Reactive-Extensions/RxCpp/projects/scripts/
Dtravis-install.sh20 brew update || echo "suppress failures in order to ignore warnings"
21 brew doctor || echo "suppress failures in order to ignore warnings"
22 brew list cmake || echo "suppress failures in order to ignore warnings"
23 sudo brew uninstall --force cmake || "suppress failures in order to ignore warnings"
24 brew search cmake || echo "suppress failures in order to ignore warnings"
25 brew install cmake || echo "suppress failures in order to ignore warnings"
26 brew upgrade cmake || echo "suppress failures in order to ignore warnings"
/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/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/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/protobuf/kokoro/macos/
Dprepare_build_macos_rc20 # Install Brew and core softwares
24 brew uninstall node icu4c cmake
25 brew prune
26 brew install gflags gpg gpg2 node openssl pcre ruby cmake
28 brew postinstall node
/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/skia/site/docs/dev/contrib/
Dbazel.md35 point to prebuilts from Homebrew in ~/brew:
58 linkopts = ["-lpng", "-L/Users/mtklein/brew/lib"],
62 `include` is a symlink I've made to `~/brew/include` because Bazel doesn't like
64 `~/brew/lib` doesn't work here, though `-L/Users/mtklein/brew/lib` works fine.
67 /Users/mtklein/brew/include/
/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.rst250 $ brew install openssl@1.1
251 …$ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" CFLAGS="-I$(brew --prefix openssl@1.1)/include"…
266 $ brew install openssl@1.1
267 …_LINK_FLAGS=1 LDFLAGS="$(brew --prefix openssl@1.1)/lib/libssl.a $(brew --prefix openssl@1.1)/lib/…
280 .. _`Homebrew`: https://brew.sh
/external/libffi/.travis/
Dinstall.sh5 brew update > brew-update.log 2>&1
7 brew uninstall libtool;
8 brew install libtool dejagnu;
/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/harfbuzz_ng/
DBUILD.md22 brew install freetype glib cairo
46 brew install autoconf automake libtool pkgconfig ragel gtk-doc
50 brew install pygobject3
/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/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dwrapper.py217 brew install openssl # Probably already installed, but good to confirm.
218 brew uninstall python && brew install python
246 ' brew install openssl\n'
247 ' brew uninstall python\n'
248 ' brew install python\n'
/external/scapy/.travis/
Dinstall.sh59 brew update
60 brew install --with-python libdnet
61 brew install .travis/pylibpcap.rb
/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/pigweed/docs/
Dgetting_started.md101 errors with the Python from [Homebrew](https://brew.sh) try running the
105 brew install openssl
106 brew uninstall python
107 brew install python
112 [Homebrew](https://brew.sh), then install OpenOCD with `brew install openocd`.
/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
127 brew install php@7.2
/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/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/llvm-project/libcxx/utils/ci/
Dmacos-ci-setup13 brew install sphinx-doc python3 ninja cmake buildkite/buildkite/buildkite-agent
15 CFG_DIR="$(brew --prefix)/etc/buildkite-agent"
/external/toybox/.github/workflows/
Dtoybox.yml16 run: brew install gnu-sed
30 run: brew install gnu-sed

12345