Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/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 …]
/third_party/mesa3d/.github/workflows/
Dci.yml22 brew "bison"
23 brew "expat"
24 brew "gettext"
25 brew "libx11"
26 brew "libxcb"
27 brew "libxdamage"
28 brew "libxext"
29 brew "ninja"
30 brew "pkg-config"
31 brew "python@3.10"
[all …]
/third_party/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
/third_party/protobuf/kokoro/macos/
Dprepare_build_macos_rc23 # Brew: update, then upgrade the installed tools to current version and install
30 # installed it outside of brew so it needs to be removed so brew can install the
32 # it is a manual install vs. a brew install in the first place.
44 brew update
45 brew upgrade
51 brew install ruby
59 # with the overlap in deps with things managed by brew (errors around ruby
60 # versions, etc.); so remove it and install in via brew instead.
62 brew install cocoapods
/third_party/json/
D.travis.yml64 # get CMake and Ninja (only for systems with brew - macOS)
66 if [[ (-x $(which brew)) ]]; then
67 brew update
68 brew install cmake ninja
69 brew upgrade cmake
89 - if [ `which brew` ]; then
90 brew update ;
91 brew tap nlohmann/json ;
92 brew install nlohmann_json --HEAD ;
93 brew test nlohmann_json ;
/third_party/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;
/third_party/skia/third_party/externals/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
/third_party/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/
/third_party/jerryscript/tools/
Dbrew-install-deps.sh17 brew update
26 if ! ( brew list -1 | grep -q "^${pkg}\$" )
28 brew install $pkg
/third_party/json/docs/mkdocs/docs/integration/
Dpackage_managers.md17 If you are using OS X and [Homebrew](http://brew.sh), just type
20 brew install nlohmann-json
26 brew install nlohmann-json --HEAD
29 instead. See [nlohmann-json](https://formulae.brew.sh/formula/nlohmann-json) for more information.
42 brew install nlohmann-json
48 brew list nlohmann-json
57 :material-update: The [formula](https://formulae.brew.sh/formula/nlohmann-json) is updated automati…
/third_party/json/tests/
Dfuzzing.md42 Clang via Homebrew calling `brew install llvm` and add `CXX=$(brew --prefix llvm)/bin/clang` to the…
45 make fuzzers FUZZER_ENGINE="-fsanitize=fuzzer" CXX=$(brew --prefix llvm)/bin/clang
/third_party/ffmpeg/
D.travis.yml22 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
24 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
/third_party/mesa3d/docs/
Dmacos.rst12 Meson itself, are available in `homebrew <https://brew.sh>`_, which has a
15 - macOS is picky about its build-time environment. Type `brew sh` before
/third_party/libabigail/tools/
Dfedabipkgdiff644 class Brew(object): class
656 """Initialize Brew
725 method `Brew.listRPMs`.
836 >>> brew = Brew('url to kojihub')
837 >>> brew.get_rpm_build_id('httpd', '2.4.18', '2.fc24')
838 >>> brew.get_rpm_build_id('httpd', '2.4.18', '2.fc25', 'x86_64')
875 >>> brew = Brew('url to kojihub')
876 >>> brew.get_package_latest_build('httpd', 'fc24')
977 """Get instance of Brew to talk with Koji"""
978 return Brew(global_config.koji_server)
/third_party/libsnd/
DREADME.md42 Similarly on Mac OS X, assuming [brew] is already installed:
44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config
313 [brew]: http://brew.sh/
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dfind_normal.rs39 // `pkg-config` on brew doesn't necessarily contain settings for openssl apparently. in resolve_with_wellknown_homebrew_location()
48 // Calling `brew --prefix <package>` command usually slow and in resolve_with_wellknown_homebrew_location()
50 let output = execute_command_and_get_output("brew", &["--prefix", version]); in resolve_with_wellknown_homebrew_location()
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml171 - brew install autoconf automake libtool
182 - brew install autoconf automake libtool
/third_party/benchmark/
D.travis.yml185 brew update;
186 travis_wait brew install gcc@7;
/third_party/ninja/
D.travis.yml28 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install re2c ; fi
/third_party/spirv-headers/.github/workflows/
Dpresubmit.yml18 run: brew install dos2unix
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/.github/workflows/
Dpresubmit.yml18 run: brew install dos2unix
/third_party/gptfdisk/
DREADME.md193 system, I installed the nurses Homebrew ("brew") package; however, other
205 (http://www.finkproject.org), or brew (http://macappstore.org/popt/);
208 Mac build environment in February of 2020, I found that brew was, by far,
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/
DREADME.md27 $ brew install python3
/third_party/ninja/.github/workflows/
Dmacos.yml17 run: brew install re2c p7zip cmake
/third_party/skia/third_party/externals/harfbuzz/
DBUILD.md16 On macOS, `brew install pkg-config ragel gtk-doc freetype glib cairo meson` then use

1234