Signed-off-by: Steven Noonan <steven@uplinklabs.net>
BHQCGAWNYURGYKGGML2RHTJN4XNAIIZ2MUCC5FJGA3UR4OWRC2UQC If you don't already have the source code downloaded (in the form of a .zip or.tbz2 file), you can obtain the latest source code from Git. MinGW users canobtain Git by installing msysgit (described in the MinGW section). Linux userscan just install the 'git' or 'git-core' package with whatever package managerthey use. Note that there is another package called 'git' going around whichstands for 'GNU interactive tools'. This is not what you want.Once you have Git installed, you just need to do:git clone git://crawl-ref.git.sourceforge.net/gitroot/crawl-ref/crawl-refAnd then to get the contributing libraries, enter the newly cloned repositoryvia 'cd crawl-ref' and type:git submodule update --initThis should get you all you need to build Crawl from source.