Skip to content

Publish macOS Sierra Qt build doc#50

Open
AtomSmasher00 wants to merge 9 commits intoionomy:masterfrom
AtomSmasher00:master
Open

Publish macOS Sierra Qt build doc#50
AtomSmasher00 wants to merge 9 commits intoionomy:masterfrom
AtomSmasher00:master

Conversation

@AtomSmasher00
Copy link
Copy Markdown

No description provided.

@AtomSmasher00 AtomSmasher00 changed the title Publish macOS Sierra Qt build doc and fix minor README typo Publish macOS Sierra Qt build doc May 12, 2017
Comment thread doc/build-macOS-Sierra-Qt.txt Outdated

DOWNLOAD ION SOURCE

git clone https://github.com/Ion-Network/Ion-Core ion
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be git clone https://github.com/ionomy/ion

Comment thread doc/build-macOS-Sierra-Qt.txt Outdated
cd ../..

BUILD IT
qmake -config release -config c++11 ion.pro
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be qmake -config release -config c++11 ion-qt.pro

Comment thread doc/build-macOS-Sierra-Qt.txt Outdated
Launch Terminal
Install brew from http://brew.sh

Brew some recipies!
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling mistake 😛

@AtomSmasher00
Copy link
Copy Markdown
Author

thanks @MitchellCash
fixed and found another changed path as well (qt)
please review

@MitchellCash
Copy link
Copy Markdown

@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):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to manually link OpenSSL? Is it okay to just set the platform specific defaults in the .pro file instead?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had issues building with the Apple provided OpenSSL pre-Sierra. It might be better with Sierra. Why use an old version, though?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I should clarify, I thought Homebrew automatically linked /usr/local/opt/openssl when you brew install openssl

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants