- Getting Started
- Using Senuti
- Support
- Development
Getting the Senuti Source
The latest release
The source code corresponding to the current release version may be found on the release notes page. This is not the same as the current development source code, which is what should be used if you plan to contribute to Senuti.
Development version
To compile the code, you will need:
- Subversion
- XCode 2.2 or later
- the 10.4u (universal) SDK
The SDKs are custom-install options in the Xcode installer. You can install these without disturbing Xcode, if you did not enable them when you installed Xcode.
Getting Subversion
GettingSubversion has information about Subversion, the utility required before getting the newest source code.
Newest Senuti Source Code
After you have Subversion installed, you can check out Senuti by running the following command in your Terminal:
svn co svn://fadingred.org/senuti/trunk senuti
