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


Ignore:
Timestamp:
Mar 21, 2019, 9:04:55 PM (5 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v1  
     1= 2019-03-19 =
     2
     3{{{
     4jazzwang@MacAir:~$ brew install tig
     5
     6==> Caveats
     7==> readline
     8readline is keg-only, which means it was not symlinked into /usr/local,
     9because macOS provides the BSD libedit library, which shadows libreadline.
     10In order to prevent conflicts when programs look for libreadline we are
     11defaulting this GNU Readline installation to keg-only.
     12
     13For compilers to find readline you may need to set:
     14  export LDFLAGS="-L/usr/local/opt/readline/lib"
     15  export CPPFLAGS="-I/usr/local/opt/readline/include"
     16
     17==> tig
     18A sample of the default configuration has been installed to:
     19  /usr/local/opt/tig/share/tig/examples/tigrc
     20to override the system-wide default configuration, copy the sample to:
     21  /usr/local/etc/tigrc
     22
     23Bash completion has been installed to:
     24  /usr/local/etc/bash_completion.d
     25
     26zsh completions and functions have been installed to:
     27  /usr/local/share/zsh/site-functions
     28}}}
     29
     30{{{
     31jazzwang@MacAir:~$ brew install git
     32
     33==> Caveats
     34==> gettext
     35gettext is keg-only, which means it was not symlinked into /usr/local,
     36because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
     37
     38If you need to have gettext first in your PATH run:
     39  echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
     40
     41For compilers to find gettext you may need to set:
     42  export LDFLAGS="-L/usr/local/opt/gettext/lib"
     43  export CPPFLAGS="-I/usr/local/opt/gettext/include"
     44
     45==> git
     46Bash completion has been installed to:
     47  /usr/local/etc/bash_completion.d
     48
     49zsh completions and functions have been installed to:
     50  /usr/local/share/zsh/site-functions
     51
     52Emacs Lisp files have been installed to:
     53  /usr/local/share/emacs/site-lisp/git
     54}}}