Skip to content

Instantly share code, notes, and snippets.

@marked
Created December 11, 2018 22:54
Show Gist options
  • Save marked/3cc00f1e64e453d34469cee32a8f8929 to your computer and use it in GitHub Desktop.
Save marked/3cc00f1e64e453d34469cee32a8f8929 to your computer and use it in GitHub Desktop.
wget-lua macOS dependencies
otool -L wget
wget:
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
/usr/local/opt/pcre/lib/libpcre.1.dylib (compatibility version 4.0.0, current version 4.10.0)
/usr/local/opt/nettle/lib/libnettle.6.dylib (compatibility version 6.0.0, current version 6.4.0)
/usr/local/opt/gnutls/lib/libgnutls.30.dylib (compatibility version 45.0.0, current version 45.11.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.200.5)
/usr/local/opt/lua@5.1/lib/liblua.5.1.dylib (compatibility version 5.1.0, current version 5.1.5)
they're all in homebrew
brew install pcre nettle gnutls lua@5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment