summaryrefslogtreecommitdiffstats
path: root/book/git.html
blob: 9fc4d325d9d27c49c20911f34542c7a10fa430e9 (plain)
1
2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><title>2.2.�GIT</title><link rel="stylesheet" href="stylesheets/lfs.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="stylesheet" href="stylesheets/lfs-print.css" type="text/css" media="print" /></head><body class="lfs" id="lfs-0.3"><div class="navheader"><h4>LFS live howto - Version 0.3</h4><h3>Chapter�2.�packages</h3><ul><li class="prev"><a accesskey="p" href="squashfs.html" title="Squashfs 4.2">Prev</a><p>Squashfs 4.2</p></li><li class="next"><a accesskey="n" href="aufs.html" title="aufs">Next</a><p>aufs</p></li><li class="up"><a accesskey="u" href="ch02.html" title="Chapter�2.�packages">Up</a></li><li class="home"><a accesskey="h" href="index.html" title="LFS live howto - Version 0.3">Home</a></li></ul></div><div class="sect1" lang="en" xml:lang="en"><h1 class="sect1"><a id="git" name="git"></a>2.2. GIT</h1><div class="admon note"><img alt="[Note]" src="images/note.png" /><h3>Note</h3><p>This chapter is mandatory for building the livecd.</p></div><p></p><div class="package" lang="en" xml:lang="en"><h2 class="sect2">2.2.1. Introduction to GIT</h2><p>GIT is a version control system, mainly used by the linux kernel maintainers, but other developers use it as well as the developers of AUFS</p><p>To download AUFS in the next chapter we need to be able to checkout the AUFS branch. So we need to install GIT first</p><div class="itemizedlist"><ul class="compact"><li><p>Download (HTTP): <a class="ulink" href="http://git-core.googlecode.com/files/git-1.7.7.tar.gz">http://git-core.googlecode.com/files/git-1.7.7.tar.gz</a></p></li></ul></div></div><div class="sect2" lang="en" xml:lang="en"><h2 class="sect2">2.2.2. Install GIT</h2><pre class="userinput"><kbd class="command">./configure --prefix=/usr 
make</kbd></pre><p>Now install GIT as root:</p><pre class="userinput"><kbd class="command">make install</kbd></pre></div></div><div class="navfooter"><ul><li class="prev"><a accesskey="p" href="squashfs.html" title="Squashfs 4.2">Prev</a><p>Squashfs 4.2</p></li><li class="next"><a accesskey="n" href="aufs.html" title="aufs">Next</a><p>aufs</p></li><li class="up"><a accesskey="u" href="ch02.html" title="Chapter�2.�packages">Up</a></li><li class="home"><a accesskey="h" href="index.html" title="LFS live howto - Version 0.3">Home</a></li></ul></div></body></html>