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
+1 -1
View File
@@ -19,7 +19,7 @@ Homebrew
Install Requirements Install Requirements
.. code-block:: bash .. 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: # if there are issues with an SSL header that is not found:
cd /usr/local/include cd /usr/local/include
ln -s ../opt/openssl/include/openssl . ln -s ../opt/openssl/include/openssl .