Searched full:homebrew (Results 1 – 25 of 97) sorted by relevance
1234
| /external/cronet/third_party/protobuf/kokoro/macos/ |
| D | prepare_build_macos_rc | 45 git config --global --add safe.directory $HOMEBREW_PREFIX/Library/Taps/homebrew/homebrew-cask 46 git config --global --add safe.directory $HOMEBREW_PREFIX/Library/Taps/homebrew/homebrew-core 47 … git config --global --add safe.directory $HOMEBREW_PREFIX/Library/Taps/homebrew/homebrew-services
|
| /external/protobuf/kokoro/macos/ |
| D | prepare_build_macos_rc | 45 git config --global --add safe.directory $HOMEBREW_PREFIX/Library/Taps/homebrew/homebrew-cask 46 git config --global --add safe.directory $HOMEBREW_PREFIX/Library/Taps/homebrew/homebrew-core 47 … git config --global --add safe.directory $HOMEBREW_PREFIX/Library/Taps/homebrew/homebrew-services
|
| /external/grpc-grpc/src/objective-c/ |
| D | README.md | 17 - [Install protoc and the gRPC plugin without using Homebrew](#no-homebrew) 169 later, install [homebrew][]. 177 <a name="no-homebrew"></a> 178 ### Install _protoc_ and the gRPC plugin without using Homebrew 221 [homebrew]:http://brew.sh 222 [gRPC install script]:https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
|
| /external/libepoxy/test/ |
| D | cgl_core.c | 1 /* This is a copy of the test used by HomeBrew's libepoxy recipe, 4 * The Homebrew recipe is released under the BSD 2-Clause license. 6 * Copyright (c) 2009-present, Homebrew contributors
|
| /external/webrtc/third_party/crc32c/src/ |
| D | .travis.yml | 36 homebrew: 45 # The following Homebrew packages aren't linked by default, and need to be 54 # Homebrew's llvm package doesn't ship a versioned clang++ binary, so the values
|
| /external/cronet/third_party/protobuf/python/ |
| D | README.md | 56 If you are running a Homebrew-provided Python, you must make sure another 57 version of protobuf is not already installed, as Homebrew's Python will 61 You can either unlink Homebrew's protobuf or install the `libprotobuf` you
|
| /external/protobuf/python/ |
| D | README.md | 56 If you are running a Homebrew-provided Python, you must make sure another 57 version of protobuf is not already installed, as Homebrew's Python will 61 You can either unlink Homebrew's protobuf or install the `libprotobuf` you
|
| /external/mesa3d/docs/ |
| D | macos.rst | 12 Meson itself, are available in `homebrew <https://brew.sh>`__, which has a 16 building to get the Homebrew dependencies in your path.
|
| /external/python/cpython3/kokoro/ |
| D | kokoro_build.sh | 24 # /usr/local (using homebrew), which override the MacOS SDK. At least 3 37 # Pass --ignore-dependencies because some Homebrew packages still 45 echo "!!! WARNING: Your machine has Homebrew packages installed that could"
|
| /external/jsoncpp/ |
| D | .travis.yml | 10 homebrew: 15 update: false # do not update homebrew by default
|
| /external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
| D | wrapper.py | 234 when using Homebrew. If using Homebrew please run the following commands. 235 If not using Homebrew check how your version of Python was built. 269 'If using Homebrew Python try\n'
|
| /external/rust/crates/protobuf-codegen/2.27.1/ |
| D | README.md | 38 On OS X [Homebrew](https://github.com/Homebrew/brew) can be used:
|
| /external/ot-br-posix/third_party/Simple-web-server/repo/ |
| D | CMakeLists.txt | 49 elseif(EXISTS /opt/homebrew/opt/openssl) 50 set(OPENSSL_ROOT_DIR /opt/homebrew/opt/openssl)
|
| /external/rust/crates/tonic/ |
| D | README.md | 74 Assuming [Homebrew](https://brew.sh/) is already installed. (If not, see instructions for installin…
|
| /external/vulkan-validation-layers/ |
| D | BUILD.md | 670 Setup Homebrew and components 672 - Follow instructions on [brew.sh](http://brew.sh) to get Homebrew installed. 674 … /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 676 - Ensure Homebrew is at the beginning of your PATH: 753 Setup Homebrew and components 755 - Follow instructions on [brew.sh](http://brew.sh) to get Homebrew installed. 757 … /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 759 - Ensure Homebrew is at the beginning of your PATH:
|
| /external/rust/beto-rust/nearby/presence/ |
| D | README.md | 79 echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.bash_profile 80 export PATH="/opt/homebrew/opt/llvm/bin:$PATH" 89 it should display the path to the homebrew version and not the xcode version.
|
| /external/cronet/third_party/re2/src/python/ |
| D | setup.py | 39 to set when building bindings for software installed by Homebrew; 40 see https://docs.brew.sh/Homebrew-and-Python#brewed-python-modules.
|
| /external/rust/crates/protobuf-codegen/ |
| D | README.md | 66 On OS X [Homebrew](https://github.com/Homebrew/brew) can be used:
|
| /external/cronet/third_party/libc++/src/utils/ci/ |
| D | macos-ci-setup | 92 # Install Homebrew 94 … /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
| /external/harfbuzz_ng/docs/ |
| D | usermanual-install-harfbuzz.xml | 118 and Homebrew. The process is similar to the process used on a 128 If you are using Homebrew, you should run: 156 <para>If you are using Homebrew, you should run: 163 a MacPorts or a Homebrew system) by running:
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
| D | prepare_build_macos_rc | 41 # Disable HOMEBREW update to avoid new updates which potentially have problems. 202 # Workaround for https://github.com/Homebrew/homebrew-core/issues/41081
|
| /external/libjpeg-turbo/ |
| D | .travis.yml | 62 homebrew: 68 - $HOME/Library/Caches/Homebrew
|
| /external/grpc-grpc/tools/internal_ci/helper_scripts/ |
| D | prepare_build_macos_rc | 41 # Disable HOMEBREW update to avoid new updates which potentially have problems. 209 # Workaround for https://github.com/Homebrew/homebrew-core/issues/41081
|
| /external/cronet/third_party/libxml/chromium/ |
| D | roll.py | 63 # b. third_party/libxml/chromium/roll.py --mac --icu4c_path=~/homebrew/opt/icu4c 484 help='The path to the homebrew installation of icu4c.') 499 print('Specify the path to the homebrew installation of icu4c with --icu4c_path.') 500 print(' ex: roll.py --mac --icu4c_path=~/homebrew/opt/icu4c')
|
| /external/freetype/ |
| D | .gitlab-ci.yml | 201 …- '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh… 212 …- '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh…
|
1234