Skip to content

Instantly share code, notes, and snippets.

@btbytes
Last active December 19, 2018 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btbytes/cc0adfca87d69fdb75227c5d5ed7c6f4 to your computer and use it in GitHub Desktop.
Save btbytes/cc0adfca87d69fdb75227c5d5ed7c6f4 to your computer and use it in GitHub Desktop.
==> Installing vapor/tap/vapor
==> Downloading https://github.com/vapor/toolbox/releases/download/3.1.7/macOS-sierra.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/58954829/e88e5154-47a2-11e8-9135-62c6b25fe10b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F2018
######################################################################## 100.0%
🍺  /usr/local/Cellar/vapor/3.1.7: 4 files, 15.6MB, built in 4 seconds
==> Caveats
==> openssl
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
  /usr/local/etc/openssl/certs

and run
  /usr/local/opt/openssl/bin/c_rehash

This formula is keg-only, which means it was not symlinked into /usr/local,
because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.

If you need to have this software first in your PATH run:
  echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.zshrc

For compilers to find this software you may need to set:
    LDFLAGS:  -L/usr/local/opt/openssl/lib
    CPPFLAGS: -I/usr/local/opt/openssl/include
For pkg-config to find this software you may need to set:
    PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig

==> libressl
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
  /usr/local/etc/libressl/certs

and run
  /usr/local/opt/libressl/bin/openssl certhash /usr/local/etc/libressl/certs

This formula is keg-only, which means it was not symlinked into /usr/local,
because LibreSSL is not linked to prevent conflict with the system OpenSSL.

If you need to have this software first in your PATH run:
  echo 'export PATH="/usr/local/opt/libressl/bin:$PATH"' >> ~/.zshrc

For compilers to find this software you may need to set:
    LDFLAGS:  -L/usr/local/opt/libressl/lib
    CPPFLAGS: -I/usr/local/opt/libressl/include
For pkg-config to find this software you may need to set:
    PKG_CONFIG_PATH: /usr/local/opt/libressl/lib/pkgconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment