Searched full:brew (Results 1 – 25 of 78) sorted by relevance
1234
| /third_party/skia/third_party/externals/expat/ |
| D | Brewfile | 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 …]
|
| /third_party/mesa3d/.github/workflows/ |
| D | ci.yml | 22 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/ |
| D | ios.md | 28 - 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/ |
| D | prepare_build_macos_rc | 23 # 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.yml | 64 # 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/ |
| D | travis_install.sh | 61 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.sh | 9 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/ |
| D | bazel.md | 35 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/ |
| D | brew-install-deps.sh | 17 brew update 26 if ! ( brew list -1 | grep -q "^${pkg}\$" ) 28 brew install $pkg
|
| /third_party/json/docs/mkdocs/docs/integration/ |
| D | package_managers.md | 17 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/ |
| D | fuzzing.md | 42 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.yml | 22 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi 24 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
|
| /third_party/mesa3d/docs/ |
| D | macos.rst | 12 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/ |
| D | fedabipkgdiff | 644 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/ |
| D | README.md | 42 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/ |
| D | find_normal.rs | 39 // `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.yml | 171 - brew install autoconf automake libtool 182 - brew install autoconf automake libtool
|
| /third_party/benchmark/ |
| D | .travis.yml | 185 brew update; 186 travis_wait brew install gcc@7;
|
| /third_party/ninja/ |
| D | .travis.yml | 28 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install re2c ; fi
|
| /third_party/spirv-headers/.github/workflows/ |
| D | presubmit.yml | 18 run: brew install dos2unix
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/.github/workflows/ |
| D | presubmit.yml | 18 run: brew install dos2unix
|
| /third_party/gptfdisk/ |
| D | README.md | 193 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/ |
| D | README.md | 27 $ brew install python3
|
| /third_party/ninja/.github/workflows/ |
| D | macos.yml | 17 run: brew install re2c p7zip cmake
|
| /third_party/skia/third_party/externals/harfbuzz/ |
| D | BUILD.md | 16 On macOS, `brew install pkg-config ragel gtk-doc freetype glib cairo meson` then use
|
1234