Publish macOS Sierra Qt build doc#50
Publish macOS Sierra Qt build doc#50AtomSmasher00 wants to merge 9 commits intoionomy:masterfrom AtomSmasher00:master
Conversation
remove unnecessary stuff
This reverts commit 3bd0c44.
|
|
||
| DOWNLOAD ION SOURCE | ||
|
|
||
| git clone https://github.com/Ion-Network/Ion-Core ion |
There was a problem hiding this comment.
Should be git clone https://github.com/ionomy/ion
| cd ../.. | ||
|
|
||
| BUILD IT | ||
| qmake -config release -config c++11 ion.pro |
There was a problem hiding this comment.
Should be qmake -config release -config c++11 ion-qt.pro
| Launch Terminal | ||
| Install brew from http://brew.sh | ||
|
|
||
| Brew some recipies! |
|
thanks @MitchellCash |
|
@broyhill are you able to squash the commits? Then looks good to merge |
| brew install autoconf automake berkeley-db4 gmp libpng libtool miniupnpc openssl qrencode qt5 | ||
| brew install boost --c++11 --without-single --without-static | ||
|
|
||
| Manually link your openssl dependency paths to the brew cellar (recommend /usr/local/opt/openssl/lib and /usr/local/opt/openssl/include): |
There was a problem hiding this comment.
Do we need to manually link OpenSSL? Is it okay to just set the platform specific defaults in the .pro file instead?
There was a problem hiding this comment.
I had issues building with the Apple provided OpenSSL pre-Sierra. It might be better with Sierra. Why use an old version, though?
There was a problem hiding this comment.
Sorry I should clarify, I thought Homebrew automatically linked /usr/local/opt/openssl when you brew install openssl
No description provided.