Difference between revisions of "GIT"
Weibullguy (talk | contribs) |
Weibullguy (talk | contribs) m (→Multilib) |
||
Line 49: | Line 49: | ||
== Multilib == | == Multilib == | ||
− | + | <b>This package does not provide any libraries so only one installation is required. However, it installs ABI-specific executables in libexecdir.</b> | |
=== 32Bit === | === 32Bit === |
Revision as of 19:53, 2 March 2009
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: http://git-scm.com/
Dependencies
Required
Optional
Run-Time
Non-Multilib
Compile the package:
configure --prefix=/usr --libexecdir=/usr/lib && make
Install the package
make 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 required. However, it installs ABI-specific executables in libexecdir.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --libexecdir=/usr/lib && make
Install the package
make install
Install the man pages:
tar xvf ../git-manpages-1.8.1.3.tar.bz2 -C /usr/share/man
N32
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --libexecdir=/usr/lib32 && make
Install the package
make install
Install the man pages:
tar xvf ../git-manpages-1.8.1.3.tar.bz2 -C /usr/share/man
64Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --libexecdir=/usr/lib64 && make
Install the package
make install
Install the man pages:
tar xvf ../git-manpages-1.8.1.3.tar.bz2 -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 |