mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -04:00
Update MacOS_X_InstallGuide.md
This commit is contained in:
parent
5ee6f6a2e8
commit
31552b1119
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ In QtCreator Projects -> Build -> Build Settings -> Build Steps -> Add Additiona
|
||||||
|
|
||||||
## Set your Mac OS SDK version
|
## Set your Mac OS SDK version
|
||||||
|
|
||||||
Edit RetroShare.pro
|
Edit RetroShare.pro and set your installed sdk version example for 11.1 -> rs_macos11.1
|
||||||
|
|
||||||
CONFIG += c++14 rs_macos11.1
|
CONFIG += c++14 rs_macos11.1
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ Edit retroshare.pri
|
||||||
|
|
||||||
## Link Include & Libraries
|
## Link Include & Libraries
|
||||||
|
|
||||||
Edit your retroshare.pri and add to macx-* section
|
When required edit your retroshare.pri macx-* section, check if the Include and Lib path are correct (macx-* section)
|
||||||
|
|
||||||
INCLUDEPATH += "/usr/local/opt/openssl/include"
|
INCLUDEPATH += "/usr/local/opt/openssl/include"
|
||||||
QMAKE_LIBDIR += "/usr/local/opt/openssl/lib"
|
QMAKE_LIBDIR += "/usr/local/opt/openssl/lib"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue