Home
last modified time | relevance | path

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

123

/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/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/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.sh6 if brew list -1 | grep -q "^$1\$"; then
8 time (brew outdated "$1" || brew upgrade "$@")
12 time (brew install "$@" || brew link --overwrite gcc49)
16 time brew update
48 export PATH="$(brew --prefix)/bin:$PATH"
/external/harfbuzz_ng/
D.travis.yml51 - brew update;
52 # Workaround Travis/brew bug
53 - brew uninstall libtool && brew install libtool
54 - brew install ragel freetype glib gobject-introspection cairo graphite2 || true
55 - brew upgrade icu4c || true
DBUILD.md22 brew install freetype glib cairo
46 brew install autoconf automake libtool pkgconfig ragel gtk-doc
50 brew install pygobject3
DREADME.wine.md10 With `brew` on macOS, you can have it like `brew install mingw-w64`
/external/brotli/scripts/
D.travis.sh9 brew update
10 brew install binutils
14 …which ${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}…
20 brew install bazel
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_ios.md22 (You will also need to have [Homebrew](http://brew.sh/) installed.)
28 brew install automake
29 brew install libtool
37 brew link automake
38 brew link libtool
/external/libjpeg-turbo/
DBrewfile1 brew 'yasm'
2 brew 'gcc@5'
3 brew 'md5sha1sum'
/external/ImageMagick/
DInstall-mac.txt22 Go to http://brew.sh and copy the one-liner that installs "homebrew".
28 brew install imagemagick
37 brew options imagemagick
41 brew reinstall imagemagick --with-jp2 --with-quantum-depth-16 --with-pango
45 brew doctor
/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/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/libmtp/
D.travis.yml13 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
14 …- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install $(sh .travis-translate-pkgs $EXTRALIBS); …
/external/googletest/ci/
Dinstall-osx.sh39 brew update
40 brew install ccache gcc@4.9 llvm@3.9
/external/capstone/
Dmake.sh81 # find the directory automatically, so we can support both Macport & Brew
83 # set PKGCFGDIR only in non-Brew environment & pkg-config is available
117 # find the directory automatically, so we can support both Macport & Brew
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_rc44 brew update
45 brew install jq
/external/scapy/doc/scapy/
Dinstallation.rst279 $ brew update
284 $ brew install --with-python libdnet
285 $ brew install https://raw.githubusercontent.com/secdev/scapy/master/.travis/pylibpcap.rb
286 $ sudo brew install --with-python libdnet
287 $ sudo brew install https://raw.githubusercontent.com/secdev/scapy/master/.travis/pylibpcap.rb
/external/protobuf/
Dtests.sh204 brew update
205 brew outdated xctool || brew upgrade xctool
/external/vulkan-validation-layers/
DBUILD.md636 - Follow instructions on [brew.sh](http://brew.sh) to get Homebrew installed.
646 brew install cmake python
719 - Follow instructions on [brew.sh](http://brew.sh) to get Homebrew installed.
729 brew install cmake python python3 git
/external/libopus/
DREADME65 On Apple macOS, install Xcode and brew.sh, then in the Terminal enter:
67 % brew install autoconf automake libtool
/external/conscrypt/
D.travis.yml73 - brew update
74 - brew install ninja
/external/harfbuzz_ng/.circleci/
Dconfig.yml10 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
20 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
30 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
42 - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel
53 - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake

123