Difference between revisions of "GIT"

From CBLFS
Jump to navigationJump to search
m
Line 40: Line 40:
  
 
  make prefix=/usr install
 
  make prefix=/usr install
 +
 +
Install the man pages:
 +
 +
tar xvf ../git-manpages-{{GIT-Version}}.tar.bz2 -C /usr/share/man
  
 
== Multilib ==
 
== Multilib ==
Line 53: Line 57:
  
 
  make prefix=/usr install
 
  make prefix=/usr install
 +
 +
Install the man pages:
 +
 +
tar xvf ../git-manpages-{{GIT-Version}}.tar.bz2 -C /usr/share/man
  
 
=== N32 ===
 
=== N32 ===
Line 63: Line 71:
  
 
  make prefix=/usr install
 
  make prefix=/usr install
 +
 +
Install the man pages:
 +
 +
tar xvf ../git-manpages-{{GIT-Version}}.tar.bz2 -C /usr/share/man
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 73: Line 85:
  
 
  make prefix=/usr install
 
  make prefix=/usr install
 +
 +
Install the man pages:
 +
 +
tar xvf ../git-manpages-{{GIT-Version}}.tar.bz2 -C /usr/share/man
  
 
= Contents =
 
= Contents =

Revision as of 09:06, 18 August 2007

Download Source: http://kernel.org/pub/software/scm/git/git-1.8.1.3.tar.bz2
Download Manpages: http://kernel.org/pub/software/scm/git/git-manpages-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.

Project Homepage: Unknown

Dependencies

Required

Optional

Run-Time

Non-Multilib

Compile the package:

make prefix=/usr

Install the package

make prefix=/usr install

Install the man pages:

tar xvf ../git-manpages-1.8.1.3.tar.bz2 -C /usr/share/man

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

Install the man pages:

tar xvf ../git-manpages-1.8.1.3.tar.bz2 -C /usr/share/man

N32

Compile the package:

make prefix=/usr CC="gcc ${BUILDN32}"

Install the package

make prefix=/usr install

Install the man pages:

tar xvf ../git-manpages-1.8.1.3.tar.bz2 -C /usr/share/man

64Bit

Compile the package:

make prefix=/usr CC="gcc ${BUILD64}"

Install the package

make prefix=/usr install

Install the man pages:

tar xvf ../git-manpages-1.8.1.3.tar.bz2 -C /usr/share/man

Contents

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

Short Descriptions

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