GIT
From CBLFS
Jump to navigationJump to search
Download Source: | http://kernel.org/pub/software/scm/git/git-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.
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
Contents
Installed Programs: | ??? |
---|---|
Installed Libraries: | ??? |
Installed Directories: | ??? |
Short Descriptions
program1 | ??? |
---|---|
program2 | ??? |
library1.{a,la,so} | ??? |