Home
last modified time | relevance | path

Searched full:homebrew (Results 1 – 25 of 72) sorted by relevance

123

/external/llvm-project/llvm/cmake/modules/
DFindGRPC.cmake41 # 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.yml33 …+-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/
DInstall-mac.txt14 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/
DREADME.md17 - [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/
Dcgl_core.c1 /* 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/
Dinstalling.rst88 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/
Dmacos-ci-setup9 # Install Homebrew
10 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
/external/python/cryptography/docs/development/
Dgetting-started.rst40 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/
DREADME.md24 On OS X [Homebrew](https://github.com/Homebrew/brew) can be used:
/external/harfbuzz_ng/
DBUILD.md20 or using Homebrew:
44 or using Homebrew:
/external/jsoncpp/
D.travis.yml10 homebrew:
15 update: false # do not update homebrew by default
/external/llvm-project/lldb/docs/resources/
Dcaveats.rst27 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/
Dwrapper.py214 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/
Dinstallation.rst241 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
Dspelling_wordlist.txt51 Homebrew
/external/protobuf/python/
DREADME.md60 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/
Dprepare_build_macos_rc28 # 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/
DBUILD.md670 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/
Dusermanual-install-harfbuzz.xml142 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.yml62 homebrew:
68 - $HOME/Library/Caches/Homebrew
/external/python/cryptography/.github/ISSUE_TEMPLATE/
Dopenssl-release.md5 - [ ] Send a pull request to `homebrew` upgrading the `openssl@1.1` formula
/external/llvm-project/lldb/test/API/
Dget_darwin_real_python.py5 # a Homebrew python3 binary, which also appears to be some kind of shim.
/external/capstone/packages/macports/devel/capstone/files/
Dpatch-Makefile.diff7 -# Homebrew wants to make sure its formula does not disable FORTIFY_SOURCE
/external/fmtlib/doc/
Dusage.rst207 Homebrew chapter
210 fmt can be installed on OS X using `Homebrew <http://brew.sh/>`_::
/external/protobuf/kokoro/macos/
Dprepare_build_macos_rc22 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

123