Created
May 2, 2014 11:40
-
-
Save raimon49/9d45d480a607fb463ffe to your computer and use it in GitHub Desktop.
Ubuntu Server 12.04 LTSにTig 最新版(2.0.1)を入れる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 日本語用 | |
$ 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