Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 360 Bytes

install_htop.md

File metadata and controls

8 lines (8 loc) · 360 Bytes

download source tar

  • If download from github, autogen.sh needs to run
  • source tar will need configure only
  • If onfigure: error: You may want to use --disable-unicode or install libncursesw.
    • Add --disable-unicode
  • If -lncurses is not found,
    • Use LDFLAGS as export LDFLAGS="-L/opt/ncurses_6.2/lib -lncurses"
    • LD_LIBRARY_PATH will need update