Last active
February 22, 2017 09:43
-
-
Save tetsuyainfra/c7f6b7a3ac5454c75e4f9764c7dbfbfd to your computer and use it in GitHub Desktop.
2017/02/22 tig入れた
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
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