-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmake): add hints for openssl find_package
- Loading branch information
1 parent
a5a1988
commit 02c75dc
Showing
2 changed files
with
1 addition
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,23 +21,6 @@ Install Requirements | |
brew install cmake doxygen graphviz icu4c miniupnpc node openssl@3 opus pkg-config [email protected] | ||
If there are issues with an SSL header that is not found: | ||
.. tab:: Intel | ||
|
||
.. code-block:: bash | ||
pushd /usr/local/include | ||
ln -s ../opt/openssl/include/openssl . | ||
popd | ||
.. tab:: Apple Silicon | ||
|
||
.. code-block:: bash | ||
pushd /opt/homebrew/include | ||
ln -s ../opt/openssl/include/openssl . | ||
popd | ||
Build | ||
----- | ||
.. attention:: Ensure you are in the build directory created during the clone step earlier before continuing. | ||
|