Last active
April 24, 2020 14:40
-
-
Save yangyushi/57b00821f3d813ecc879ca34cecc2484 to your computer and use it in GitHub Desktop.
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
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/X11 /usr/local/include/X11 | |
./configure\ | |
--enable-optimizations\ | |
--prefix=/usr/local\ | |
--enable-shared\ | |
--with-openssl=$(brew --prefix openssl)\ | |
CPPFLAGS="-I/usr/local/opt/openssl/include"\ | |
LDFLAGS="-L/usr/local/opt/openssl/lib" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment