빌드하기 위해 필요한 패키지들을 미리 설치합시다.
$ yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc xmlto
asciidoc 은 직접 받아서 설치를 해야 한다.
$ cd /srv/install/asciidoc$ wget http://pkgs.repoforge.org/asciidoc/asciidoc-8.6.8-1.el6.rfx.noarch.rpm
$ rpm -Uvh asciidoc-8.6.8-1.el6.rfx.noarch.rpm
git 소스파일을 내려 받아야겠죠?!
$ cd /srv/install/git
$ wget http://git-core.googlecode.com/files/git-1.8.4.1.tar.gz
$ tar zxvf git-1.8.4.1.tar.gz
$ cd ./git-1.8.4.1
Ubuntu에서 했던 것과 차이가 없죠 !?
$ make configure
$ ./configure --prefix=/usr/local
$ make all doc
$ sudo make install install-doc install-html
버전 확인 !
$ git --version
GIT 자동완성을 지원하기 위해서는...
우리 모두 Git으로 행복한 형상관리를...
반응형
'SCM > Git-GitHub' 카테고리의 다른 글
Git Install (Ubuntu Server 12.04, SourceCode, v1.8.4.1) (0) | 2013.10.26 |
---|---|
Gitolite (RedHat Enterprise Server 6.3, SourceCode, v3.5.3) (0) | 2013.10.22 |
MS VisualStudio 에서 GIT 지원 (0) | 2013.08.31 |
조금 더 알아보는 SSH Public Key (0) | 2013.08.06 |
3D Version Tree (0) | 2013.04.30 |