GIT
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 |
Contents
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} | ??? |