Daisy documentation
 PreviousHomeNext 
2.14.3 UpgradingBook Index4 Repository server

3 Source Code

Sources can be obtained through SVN. Instructions for setting up a development environment with Daisy (which is slightly different from using the packaged version) are included in the README.txt's in the source tree. For anonymous, read-only access to Daisy SVN, use the following command:

svn co http://svn.cocoondev.org/repos/daisy/trunk/daisy

This will give the latest development code (the "trunk"). To get the source code of a specific release, use a command like this:

svn co http://svn.cocoondev.org/repos/daisy/tags/RELEASE_1_4_0 daisy

See also the existing tags.

No authentication is required for anonymous access. If you're behind a (transparant) proxy, you might want to verify whether your proxy supports the extended HTTP WebDAV methods.

 PreviousHomeNext 
2.14.3 Upgrading4 Repository server