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
parent 17a320bfa5
commit c1b3a20b14

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 .