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 documentation to actual commands for reqs #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GabLeRoux
Copy link

Description of changes:

Xcode is not a valid command line for macos, this was misleading.

Xcode is not a valid command line for macos, this was misleading.
@arisbosarge
Copy link

Regarding the macOS,
For compilers to find zlib you may need to set:
export LDFLAGS="-L/usr/local/opt/zlib/lib"
export CPPFLAGS="-I/usr/local/opt/zlib/include"

Copy link

@alouderback alouderback left a comment

Choose a reason for hiding this comment

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

This should be merged. Recently switched to mac & didn't know about brew. Had Xcode installed, but didn't understand why the command wasn't working. This updated shell command is valid & works (tested it myself)

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.

5 participants