오랜만에 새로운 Ubuntu 버전과 Git 버전을 가지고 설치를 진행해보았다.
달라진 것은 없다.
1. 필수 패키지 설치
$ sudo apt-get install make libcurl4-gnutls-dev libexpat1-dev gettext zlib1g-dev libssl-dev asciidoc xmlto autoconf
2. 다운로드
$ cd /srv/install/git
$ wget http://www.kernel.org/pub/software/scm/git/git-2.1.0.tar.gz
$ tar zxvf git-2.1.0.tar.gz
$ cd git-2.1.0/
3. 빌드
$ make configure
$ ./configure --prefix=/usr/local
$ make all doc
$ sudo make install install-doc install-html
- 설치가 잘 되었는지 확인을 해보기 위해서 버전 확인을 해보자.
$ git --version
GIT 자동완성을 지원하기 위해서는...
- http://whatwant.tistory.com/478
우리 모두 Git으로 행복한 형상관리를...
반응형
'SCM > Git-GitHub' 카테고리의 다른 글
GitLab in Docker (간편하게 설치하기) (0) | 2016.01.30 |
---|---|
Git build & install (linuxmint-17-cinnamon-64bit-v2, Git 2.1.2) (0) | 2014.10.26 |
Gerrit (Ubuntu 12.04 - 64bit, PostgreSQL, Gerrit 2.8.4) (1) | 2014.05.06 |
GitLab에 Gmail 셋팅하기 (사용자 관리) (0) | 2014.01.13 |
GitLab 6.3.1 (Ubuntu12.04, PostgreSQL, SourceCode) (0) | 2014.01.13 |