Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created May 2, 2014 11:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raimon49/9d45d480a607fb463ffe to your computer and use it in GitHub Desktop.
Save raimon49/9d45d480a607fb463ffe to your computer and use it in GitHub Desktop.
Ubuntu Server 12.04 LTSにTig 最新版(2.0.1)を入れる
# 日本語用
$ 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