Quick Start Setup
Retrieving Source Code
The source code is stored in a Subversion repository, browsable here.
You can obtain subversion under Mac OS X using package distributions like MacPorts or Fink. Alternatively, it can be downloaded as a package. After installing, you should have the svn command available in the terminal.
To check out a working copy of the sources, run:
svn checkout http://svn.mlalonde.net/cral && cd cral
After you've checked out a working copy place it with the arduino libaries in
arduino/lib/targets/libraries/
Note We are sorry, but anonymous login is disabled the moment. You will not be able to commit your work via http, see Generating Patches if you would like to commit changes to the project.
Note You might want to read the recent change logs before checking out to have an idea of the code's state.
Generating Patches
If you've changed something in your local working copy, you can create a patch with the "svn diff" command and submit it for review for it to be included in the main trunk.
Note You should see the developer notes if you plan on modifying the source.