Difference between revisions of "GIT"

From CBLFS
Jump to navigationJump to search
(I added the package description and the template for the "Contents" section.)
(Dependencies)
Line 14: Line 14:
  
 
== Dependencies ==
 
== Dependencies ==
 +
 +
=== Required ===
 +
* [[Curl]]
  
 
=== Optional ===
 
=== Optional ===
 
* [[OpenSSL]]
 
* [[OpenSSL]]
* [[Curl]]
 
 
* [[expat]]
 
* [[expat]]
 
* [[Emacs]]
 
* [[Emacs]]

Revision as of 18:53, 17 March 2007

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

Introduction to Git

Git is a popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel.

Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.

Dependencies

Required

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

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???
library1.{a,la,so} ???