Sunshine prebuilts (#510)

This commit is contained in:
Brad Richardson
2022-12-11 17:46:19 -05:00
committed by GitHub
parent a7b19f48fe
commit e8aa7499af
14 changed files with 105 additions and 134 deletions

View File

@@ -12,14 +12,14 @@ MacPorts
Install Requirements
.. code-block:: bash
sudo port install cmake boost ffmpeg libopus npm9
sudo port install boost cmake libopus npm9
Homebrew
""""""""
Install Requirements
.. code-block:: bash
brew install boost cmake ffmpeg node opus
brew install boost cmake node opus
# if there are issues with an SSL header that is not found:
cd /usr/local/include
ln -s ../opt/openssl/include/openssl .