Changes between Version 1 and Version 2 of jazz/19-03-26


Ignore:
Timestamp:
Mar 26, 2019, 2:06:16 PM (5 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v2  
    22
    33* https://linoxide.com/linux-how-to/linux-terminal-recording-tools/ - 錄 command line
     4
     5== Brew ==
     6
     7{{{
     8$ brew install htop
     9Updating Homebrew...
     10==> Installing dependencies for htop: ncurses
     11==> Installing htop dependency: ncurses
     12==> Downloading https://homebrew.bintray.com/bottles/ncurses-6.1.mojave.bottle.tar.gz
     13######################################################################## 100.0%
     14==> Pouring ncurses-6.1.mojave.bottle.tar.gz
     15==> Caveats
     16ncurses is keg-only, which means it was not symlinked into /usr/local,
     17because macOS already provides this software and installing another version in
     18parallel can cause all kinds of trouble.
     19
     20If you need to have ncurses first in your PATH run:
     21  echo 'export PATH="/usr/local/opt/ncurses/bin:$PATH"' >> ~/.bash_profile
     22
     23For compilers to find ncurses you may need to set:
     24  export LDFLAGS="-L/usr/local/opt/ncurses/lib"
     25  export CPPFLAGS="-I/usr/local/opt/ncurses/include"
     26
     27==> Summary
     28🍺  /usr/local/Cellar/ncurses/6.1: 3,869 files, 8.3MB
     29==> Installing htop
     30==> Downloading https://homebrew.bintray.com/bottles/htop-2.2.0_1.mojave.bottle.tar.gz
     31######################################################################## 100.0%
     32==> Pouring htop-2.2.0_1.mojave.bottle.tar.gz
     33==> Caveats
     34htop requires root privileges to correctly display all running processes,
     35so you will need to run `sudo htop`.
     36You should be certain that you trust any software you grant root privileges.
     37==> Summary
     38🍺  /usr/local/Cellar/htop/2.2.0_1: 11 files, 188KB
     39==> Caveats
     40==> ncurses
     41ncurses is keg-only, which means it was not symlinked into /usr/local,
     42because macOS already provides this software and installing another version in
     43parallel can cause all kinds of trouble.
     44
     45If you need to have ncurses first in your PATH run:
     46  echo 'export PATH="/usr/local/opt/ncurses/bin:$PATH"' >> ~/.bash_profile
     47
     48For compilers to find ncurses you may need to set:
     49  export LDFLAGS="-L/usr/local/opt/ncurses/lib"
     50  export CPPFLAGS="-I/usr/local/opt/ncurses/include"
     51
     52==> htop
     53htop requires root privileges to correctly display all running processes,
     54so you will need to run `sudo htop`.
     55You should be certain that you trust any software you grant root privileges.
     56}}}