GIT

From CBLFS
Revision as of 11:39, 9 September 2012 by Kb0iic (talk | contribs) (Expat is optional)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://git-core.googlecode.com/files/git-1.8.1.3.tar.gz
Download Manpages: http://git-core.googlecode.com/files/git-manpages-1.8.1.3.tar.gz

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: http://git-scm.com/

Dependencies

Required

Optional

Run-Time

Non-Multilib

Compile the package:

./configure --prefix=/usr --libexecdir=/usr/lib \
    --sysconfdir=/etc &&
make

Install the package

make install

Install the man pages:

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

Multilib

This package does not provide any libraries so only one installation is required. However, it installs ABI-specific executables in libexecdir.

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr --libexecdir=/usr/lib \
    --sysconfdir=/etc &&
make

Install the package

make install

Install the man pages:

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

N32

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr --libexecdir=/usr/lib32 \
    --sysconfdir=/etc &&
make

Install the package

make install

Install the man pages:

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

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/lib64 \
    --sysconfdir=/etc &&
make

Install the package

make install

Install the man pages:

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

Contents

Installed Directories: /usr/lib/git-core, /usr/share/git-gui, /usr/share/git-core, /usr/share/gitk
Installed Programs: git, git-cvsserver, git-receive-pack, git-shell, git-upload-archive, git-upload-pack, gitk
Installed Libraries: None

Short Descriptions

git
git-cvsserver
git-receive-pack
git-shell
git-upload-archive
git-upload-pack
gitk