Updated Homebrew build requirements to include pkg-config (#1684)

This commit is contained in:
Reece Humphreys 2023-09-30 09:30:08 -04:00 committed by GitHub
commit c1b3a20b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Homebrew
Install Requirements
.. code-block:: bash
brew install boost cmake node opus
brew install boost cmake node opus pkg-config
# if there are issues with an SSL header that is not found:
cd /usr/local/include
ln -s ../opt/openssl/include/openssl .