Difference between revisions of "GIT"
From CBLFS
Jump to navigationJump to search (→Run-Time) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://kernel.org/pub/software/scm/git/git- | + | | http://kernel.org/pub/software/scm/git/git-{{GIT-Version}}.tar.bz2 |
|} | |} | ||
Revision as of 13:25, 17 December 2006
Download Source: | http://kernel.org/pub/software/scm/git/git-1.8.1.3.tar.bz2 |
---|
Contents
Dependencies
Optional
Run-Time
Non-Multilib
Compile the package:
make prefix=/usr
Install the package
make prefix=/usr install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
make prefix=/usr CC="gcc ${BUILD32}"
Install the package
make prefix=/usr install
N32
Compile the package:
make prefix=/usr CC="gcc ${BUILDN32}"
Install the package
make prefix=/usr install
64Bit
Compile the package:
make prefix=/usr CC="gcc ${BUILD64}"
Install the package
make prefix=/usr install