/external/llvm-project/llvm/cmake/modules/ |
D | FindGRPC.cmake | 41 # On macOS the libraries are typically installed via Homebrew and are not on 46 find_program(HOMEBREW brew) 47 # If Homebrew is not found, the user might have installed libraries 49 if (HOMEBREW) 50 execute_process(COMMAND ${HOMEBREW} --prefix grpc 54 execute_process(COMMAND ${HOMEBREW} --prefix protobuf 58 # If either library is not installed via Homebrew, fall back to the
|
/external/googletest/ |
D | .travis.yml | 33 …+-10 CXX_FLAGS="-std=c++11 -Wdeprecated" HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-te… 37 …ease CXX_FLAGS="-std=c++11 -Wdeprecated" HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-te… 55 homebrew:
|
/external/ImageMagick/ |
D | Install-mac.txt | 14 ImageMagick. The simplest method is to use "homebrew", and that method is shown 19 Method 1: Using "homebrew" 22 Go to http://brew.sh and copy the one-liner that installs "homebrew". 43 If you have any problems with "homebrew", simply run: 51 Method 2: Compile from source - not necessary if you used "homebrew" method
|
/external/grpc-grpc/src/objective-c/ |
D | README.md | 17 - [Install protoc and the gRPC plugin without using Homebrew](#no-homebrew) 167 later, install [homebrew][]. 175 <a name="no-homebrew"></a> 176 ### Install _protoc_ and the gRPC plugin without using Homebrew 219 [homebrew]:http://brew.sh 220 [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/python/pybind11/docs/ |
D | installing.rst | 88 The brew package manager (Homebrew on macOS, or Linuxbrew on Linux) has a 90 <https://github.com/Homebrew/homebrew-core/blob/master/Formula/pybind11.rb>`_.
|
/external/llvm-project/libcxx/utils/ci/ |
D | macos-ci-setup | 9 # Install Homebrew 10 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
/external/python/cryptography/docs/development/ |
D | getting-started.rst | 40 You must have installed `OpenSSL`_ via `Homebrew`_ or `MacPorts`_ and must set 44 For example, with `Homebrew`_: 110 .. _`Homebrew`: https://brew.sh target in Building documentation
|
/external/rust/crates/protobuf-codegen/ |
D | README.md | 24 On OS X [Homebrew](https://github.com/Homebrew/brew) can be used:
|
/external/harfbuzz_ng/ |
D | BUILD.md | 20 or using Homebrew: 44 or using Homebrew:
|
/external/jsoncpp/ |
D | .travis.yml | 10 homebrew: 15 update: false # do not update homebrew by default
|
/external/llvm-project/lldb/docs/resources/ |
D | caveats.rst | 27 installed with Homebrew. 40 install Python, often unknowingly as a dependency pulled in by Homebrew or
|
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
D | wrapper.py | 214 when using Homebrew. If using Homebrew please run the following commands. 215 If not using Homebrew check how your version of Python was built. 244 'If using Homebrew Python try\n'
|
/external/python/cryptography/docs/ |
D | installation.rst | 241 You'll also need OpenSSL, which you can obtain from `Homebrew`_ or `MacPorts`_. 246 `Homebrew`_ 262 `Homebrew`_ 280 .. _`Homebrew`: https://brew.sh target in Building cryptography on macOS
|
D | spelling_wordlist.txt | 51 Homebrew
|
/external/protobuf/python/ |
D | README.md | 60 If you are running a Homebrew-provided Python, you must make sure another 61 version of protobuf is not already installed, as Homebrew's Python will 65 You can either unlink Homebrew's protobuf or install the `libprotobuf` you
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
D | prepare_build_macos_rc | 28 # Disable HOMEBREW update to avoid new updates which potentially have problems. 132 # Workaround for https://github.com/Homebrew/homebrew-core/issues/41081
|
/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/harfbuzz_ng/docs/ |
D | usermanual-install-harfbuzz.xml | 142 and Homebrew. The process is similar to the process used on a 154 If you are using Homebrew, you should run: 190 <para>If you are using Homebrew, you should run: 201 a MacPorts or a Homebrew system) by running:
|
/external/libjpeg-turbo/ |
D | .travis.yml | 62 homebrew: 68 - $HOME/Library/Caches/Homebrew
|
/external/python/cryptography/.github/ISSUE_TEMPLATE/ |
D | openssl-release.md | 5 - [ ] Send a pull request to `homebrew` upgrading the `openssl@1.1` formula
|
/external/llvm-project/lldb/test/API/ |
D | get_darwin_real_python.py | 5 # a Homebrew python3 binary, which also appears to be some kind of shim.
|
/external/capstone/packages/macports/devel/capstone/files/ |
D | patch-Makefile.diff | 7 -# Homebrew wants to make sure its formula does not disable FORTIFY_SOURCE
|
/external/fmtlib/doc/ |
D | usage.rst | 207 Homebrew chapter 210 fmt can be installed on OS X using `Homebrew <http://brew.sh/>`_::
|
/external/protobuf/kokoro/macos/ |
D | prepare_build_macos_rc | 22 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|