Created
January 31, 2017 05:15
-
-
Save MadFaill/769f89f853530ce88fdf879f23e875cc to your computer and use it in GitHub Desktop.
Установка m2crypto & pycrypto на mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Mac-OS setup crypto package | |
| env LDFLAGS="-L$(brew --prefix openssl)/lib" \ | |
| CFLAGS="-I$(brew --prefix openssl)/include" \ | |
| SWIG_FEATURES="-cpperraswarn -includeall -I$(brew --prefix openssl)/include" \ | |
| pip install m2crypto pycrypto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment