<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sean Cull</title>
	<atom:link href="http://iamsean.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamsean.wordpress.com</link>
	<description>Chronicles of a developer</description>
	<lastBuildDate>Wed, 24 Aug 2011 19:23:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iamsean.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sean Cull</title>
		<link>http://iamsean.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iamsean.wordpress.com/osd.xml" title="Sean Cull" />
	<atom:link rel='hub' href='http://iamsean.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Git on Windows</title>
		<link>http://iamsean.wordpress.com/2010/07/07/git-on-windows/</link>
		<comments>http://iamsean.wordpress.com/2010/07/07/git-on-windows/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 22:34:35 +0000</pubDate>
		<dc:creator>Sean Cull</dc:creator>
				<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://seancull.com/?p=463</guid>
		<description><![CDATA[I thought I might document the process of how I installed Git on my Windows notebook, in case I need it for future reference. Or perhaps someone else might find it of interest. Installing cygwin First of all, you will &#8230; <a href="http://iamsean.wordpress.com/2010/07/07/git-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamsean.wordpress.com&amp;blog=5133877&amp;post=463&amp;subd=iamsean&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I thought I might document the process of how I installed <a href="http://git-scm.com/">Git</a> on my Windows notebook, in case I need it for future reference. Or perhaps someone else might find it of interest.</p>
<h4>Installing cygwin</h4>
<p>First of all, you will need a copy of <a href="http://www.cygwin.com/">cygwin</a>. For those that aren&#8217;t familiar with it,  cygwin will provide a Linux-like environment for those of us running Windows. Download it <a href="http://www.cygwin.com/setup.exe">here</a> and run the setup. Feel free to accept the default options until you get to the <strong>Select Packages</strong> step.</p>
<p>To select a package, change the <strong>View</strong> to full, type the name in the search box and press the word <strong>Skip</strong> once. This will select the last available version and all the required package dependencies.</p>
<p>Select the following packages for installation:</p>
<ul>
<li>curl</li>
<li>expat</li>
<li>gcc</li>
<li>libcurl-devel</li>
<li>make</li>
<li>ncurses</li>
<li>openssh</li>
<li>openssl</li>
<li>perl</li>
<li>python</li>
<li>tcltk</li>
<li>zlib</li>
</ul>
<p>Click <strong>Next</strong> to download and install the selected packages. After the installation completes, check the options to add icons in the Start Menu and on the desktop.</p>
<h4>Installing Git</h4>
<p>Open the cygwin bash shell (either by going through the Start Menu, or from the desktop) and type the following commands to download the git source package, compile it, and install it.</p>
<p><pre class="brush: bash;">
cd /usr/src
curl -O http://kernel.org/pub/software/scm/git/git-1.7.0.tar.gz
tar zxvf git-1.7.0.tar.gz
cd git-1.7.0
./configure --prefix=/usr/local
make
make install
cd
which git
</pre></p>
<p>You should see that git is now located in /usr/local/bin/git.</p>
<p>Now that git is installed, take a moment to install the manpages as well:</p>
<p><pre class="brush: bash;">
curl -O http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.tar.gz
mkdir /usr/local/man
tar xvf git-manpages-1.7.0.tar.gz -C /usr/local/man
</pre></p>
<p>And there we go. You should now have both git and its manpages installed. Obviously, this is only one way of many to get git on your machine. If anyone has any comments or questions, feel free to let me know. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iamsean.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iamsean.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iamsean.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iamsean.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iamsean.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iamsean.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iamsean.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iamsean.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iamsean.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iamsean.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iamsean.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iamsean.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iamsean.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iamsean.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamsean.wordpress.com&amp;blog=5133877&amp;post=463&amp;subd=iamsean&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iamsean.wordpress.com/2010/07/07/git-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fda2dd15fc024e73e5de7e3a33597530?s=96&#38;d=retro&#38;r=R" medium="image">
			<media:title type="html">seancull</media:title>
		</media:content>
	</item>
	</channel>
</rss>
