Difference between revisions of "GIT"

From CBLFS
Jump to navigationJump to search
(Dependencies)
(Dependencies)
Line 8: Line 8:
  
 
== Dependencies ==
 
== Dependencies ==
 
* Rsync (runtime)
 
 
  
 
=== Optional ===
 
=== Optional ===
Line 20: Line 17:
 
* [[Tk]]
 
* [[Tk]]
 
* [[PyGTK]]
 
* [[PyGTK]]
 +
 +
=== Run-Time ===
 +
* [[Rsync]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==

Revision as of 14:18, 30 October 2006

Download Source: http://kernel.org/pub/software/scm/git/git-1.4.2.3.tar.bz2

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