Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OSX quickstart instructions #2700

Merged
merged 2 commits into from
Mar 31, 2021
Merged

Update OSX quickstart instructions #2700

merged 2 commits into from
Mar 31, 2021

Conversation

rday
Copy link
Contributor

@rday rday commented Mar 31, 2021

Description of changes:

Updates to the README providing a better experience for OSX builds.

Testing:

Manual testing on OSX to verify instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rday rday requested review from maddeleine and dougch March 31, 2021 16:32
Copy link
Contributor

@dougch dougch left a comment

Choose a reason for hiding this comment

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

minor nit

README.md Outdated
cmake -GNinja \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_PREFIX_PATH=/usr/local/Cellar/openssl@1.1/1.1.1g \
-DCMAKE_PREFIX_PATH=/usr/local/opt/openssl@1.1 \
Copy link
Contributor

Choose a reason for hiding this comment

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

to be a bit pedantic, this varies from one brew setup to the next. We could just look this up with:
$(dirname $(dirname $(brew list openssl@1.1|grep libcrypto.dylib)))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tested and updated thanks!

@rday rday merged commit a55d4a7 into aws:main Mar 31, 2021
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.

3 participants