Skip to content

Instantly share code, notes, and snippets.

@carlcarl
Forked from raimon49/install_tig_on_ubuntu.sh
Last active August 29, 2015 14:18
Show Gist options
  • Save carlcarl/06da19a63fc5643d4c8c to your computer and use it in GitHub Desktop.
Save carlcarl/06da19a63fc5643d4c8c to your computer and use it in GitHub Desktop.
# 日本語用
$ sudo apt-get install libncursesw5-dev
# ソースコード取得
$ git clone https://github.com/jonas/tig.git
$ cd tig
$ git checkout -b my-build-2.0.1 tig-2.0.1
# ビルド, インストール
$ LDLIBS=-lncursesw CFLAGS=-I/usr/include/ncursesw make install prefix=$HOME/local
$ rehash
$ tig -v
tig version 2.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment