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

OS X Build Instructions Tip #37

Closed
niftylettuce opened this issue Jun 21, 2015 · 2 comments
Closed

OS X Build Instructions Tip #37

niftylettuce opened this issue Jun 21, 2015 · 2 comments

Comments

@niftylettuce
Copy link

Hello,

I had installed some things with brew and some with pip, therefore I had to modify my install on OS X as follows:

CC=/usr/bin/llvm-gcc CXX=/usr/bin/llvm-g++ cmake -DPYTHON_EXECUTABLE=/usr/local/opt/python/bin/python2.7 -DPYTHON_INCLUDE_DIR=/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -DPYTHON_LIBRARY=/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python ../host

Please make a note in the Redmine Wiki somewhere that tells the user explicitly that they need to ensure their paths are correct for these environment variables (especially if they installed a dependency with brew).

This would have saved me some time having this reminder to myself in there – I'm sure it'll save others' time too.

Thank you,

@mbr0wn
Copy link
Contributor

mbr0wn commented Jun 24, 2015

Hey @niftylettuce, thanks for the feedback. I'll converse with our Mac OS X guy, and as we're moving this infos to the manual, I'll update it there.

@mbr0wn mbr0wn closed this as completed Jun 24, 2015
@niftylettuce
Copy link
Author

thanks

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

No branches or pull requests

2 participants