Created
October 20, 2016 20:08
-
-
Save 1st1/54d9304efe84a7062e9b58a0261f4f4d to your computer and use it in GitHub Desktop.
Compile Python on Mac OS with openssl from macports
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
export LDFLAGS="-L/opt/local/lib/" | |
export LD_LIBRARY_PATH="/opt/local/lib/" | |
export CPPFLAGS="-I/opt/local/include -I/opt/local/include/openssl" | |
./configure | |
make -j8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment