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