Repository

From Sharpfin
Jump to navigation Jump to search

The Sharpfin Repository

Now you can get anonymous access to the Sharpfin repository using Github. You probably have already installed git, if not you can install it simply by issuing the command:

   sudo apt-get install git-core git-gui git-doc

on a ubuntu/debian box or

   yum install git-core

on redhat/centos.

Instead for development under the WIN OS, install msysgit from:

  https://code.google.com/p/msysgit/downloads/

In a cygwin shell 'bash', or on your Linux box, cd to the local directory you wish to use for the sharpfin code, and type:

   git clone https://github.com/philsmd/sharpfin.git

This will checkout the entire sharpfin tree.

You can get full details on how to use git from here: http://schacon.github.com/git/gittutorial.html

If you just want to browse the source without using GIT, just go to the github site at https://github.com/philsmd/sharpfin

Building

To compile, you will need a cross-compiler. Visit the Toolchain page for details on where to get / how to build a cross-compiler for the Reciva radios.


Sources

Installing git
Git Guide
MSYSGit