Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yangyushi/57b00821f3d813ecc879ca34cecc2484 to your computer and use it in GitHub Desktop.
Save yangyushi/57b00821f3d813ecc879ca34cecc2484 to your computer and use it in GitHub Desktop.
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