install-tig-with-wide-char Posted on 2020-07-07 In linux install ncurses 123456curl -OJL https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gztar xf ncurses-6.2.tar.gzcd ncurses-6.2/./configure --prefix=$HOME/.local/ --enable-widecmake && make install install tig123456curl -OJL https://github.com/jonas/tig/releases/download/tig-2.5.1/tig-2.5.1.tar.gztar xf tig-2.5.1.tar.gzcd tig-2.5.1/./configure LDFLAGS="-L$HOME/.local/lib" CPPFLAGS="-I$HOME/.local/include"make copy src/tig to $HOME/.local/bin