Changes between Initial Version and Version 1 of jazz/19-03-24


Ignore:
Timestamp:
Mar 24, 2019, 11:26:42 PM (5 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/19-03-24

    v1 v1  
     1= 2019-03-24 =
     2
     3{{{
     4#!sh
     5~$ brew install tmux
     6==> Installing dependencies for tmux: openssl and libevent
     7==> Installing tmux dependency: openssl
     8==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2r.mojave.bottl
     9######################################################################## 100.0%
     10==> Pouring openssl-1.0.2r.mojave.bottle.tar.gz
     11==> Caveats
     12A CA file has been bootstrapped using certificates from the SystemRoots
     13keychain. To add additional certificates (e.g. the certificates added in
     14the System keychain), place .pem files in
     15  /usr/local/etc/openssl/certs
     16
     17and run
     18  /usr/local/opt/openssl/bin/c_rehash
     19
     20openssl is keg-only, which means it was not symlinked into /usr/local,
     21because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.
     22
     23If you need to have openssl first in your PATH run:
     24  echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
     25
     26For compilers to find openssl you may need to set:
     27  export LDFLAGS="-L/usr/local/opt/openssl/lib"
     28  export CPPFLAGS="-I/usr/local/opt/openssl/include"
     29
     30==> Summary
     31🍺  /usr/local/Cellar/openssl/1.0.2r: 1,795 files, 12.1MB
     32==> Installing tmux dependency: libevent
     33==> Downloading https://homebrew.bintray.com/bottles/libevent-2.1.8.mojave.bottl
     34######################################################################## 100.0%
     35==> Pouring libevent-2.1.8.mojave.bottle.tar.gz
     36🍺  /usr/local/Cellar/libevent/2.1.8: 846 files, 2.2MB
     37==> Installing tmux
     38==> Downloading https://homebrew.bintray.com/bottles/tmux-2.8.mojave.bottle.tar.
     39######################################################################## 100.0%
     40==> Pouring tmux-2.8.mojave.bottle.tar.gz
     41==> Caveats
     42Example configuration has been installed to:
     43  /usr/local/opt/tmux/share/tmux
     44
     45Bash completion has been installed to:
     46  /usr/local/etc/bash_completion.d
     47==> Summary
     48🍺  /usr/local/Cellar/tmux/2.8: 10 files, 709.5KB
     49==> Caveats
     50==> openssl
     51A CA file has been bootstrapped using certificates from the SystemRoots
     52keychain. To add additional certificates (e.g. the certificates added in
     53the System keychain), place .pem files in
     54  /usr/local/etc/openssl/certs
     55
     56and run
     57  /usr/local/opt/openssl/bin/c_rehash
     58
     59openssl is keg-only, which means it was not symlinked into /usr/local,
     60because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.
     61
     62If you need to have openssl first in your PATH run:
     63  echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
     64
     65For compilers to find openssl you may need to set:
     66  export LDFLAGS="-L/usr/local/opt/openssl/lib"
     67  export CPPFLAGS="-I/usr/local/opt/openssl/include"
     68
     69==> tmux
     70Example configuration has been installed to:
     71  /usr/local/opt/tmux/share/tmux
     72
     73Bash completion has been installed to:
     74  /usr/local/etc/bash_completion.d
     75}}}