|
HowToDownloadTheLatestSourceCode
How to download the latest code available
IntroductionThe SpeedCrunch source code is in a Git (http://git.or.cz/) repository hosted on Gitorious (http://gitorious.org/speedcrunch). All the latest changes are merged into that repository from the developers' local branches once they're stable. You can easy download an archive with the source tree containing the very latest development code through this link: http://gitorious.org/speedcrunch/mainline/archive-tarball/master DetailsIn order to clone the latest code to your local Git repository, execute the following command:
If that doesn't work for you, then try HTTP instead of the Git protocol (note that cloning over HTTP is slightly slower, but useful if you're behind a firewall) Installation instructions are always available in the INSTALL file in the root of the source tree, or on-line here: |