Skip to content

Instantly share code, notes, and snippets.

@tetsuyainfra
Last active February 22, 2017 09:43
Show Gist options
  • Save tetsuyainfra/c7f6b7a3ac5454c75e4f9764c7dbfbfd to your computer and use it in GitHub Desktop.
Save tetsuyainfra/c7f6b7a3ac5454c75e4f9764c7dbfbfd to your computer and use it in GitHub Desktop.
2017/02/22 tig入れた
configure使うと wide charcterの設定自動でしてくれて便利だった
sudo apt install ncurses5-dev
sudo apt install ncursesw5-dev
cd /usr/local/src
sudo git clone https://github.com/jonas/tig.git
cd tig
sudo git checkout refs/tags/tig-2.2.1
sudo ./autogen.sh
sudo ./configure
sudo make
make install -n
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment