Skip to content

Instantly share code, notes, and snippets.

@MadFaill
Created January 31, 2017 05:15
Show Gist options
  • Select an option

  • Save MadFaill/769f89f853530ce88fdf879f23e875cc to your computer and use it in GitHub Desktop.

Select an option

Save MadFaill/769f89f853530ce88fdf879f23e875cc to your computer and use it in GitHub Desktop.
Установка m2crypto & pycrypto на mac
# 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