Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alfredodeza/3f6ee551a7898d639ec7afd76f727e21 to your computer and use it in GitHub Desktop.

Select an option

Save alfredodeza/3f6ee551a7898d639ec7afd76f727e21 to your computer and use it in GitHub Desktop.
Install m2crypto on OSX 10.10
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment