Downloading the Project Source CodeYou can start with the phoneME Advanced technology by downloading the project source code. There are two ways to download source code:
Download the Source Code ArchiveStart by downloading the the zip archive from the phoneME Project Downloads page. Then create a directory and unpack the archive:
% mkdir phoneme-advanced-mr1 % cd phoneme-advanced-mr1 % unzip phoneme_advanced-mr1-rel-src-b06-10_nov_2006.zip Checkout the Source Code RepositoryStart by checking out the full project source code repository with a Subversion client.
% mkdir phoneme-advanced-mr1 % cd phoneme-advanced-mr1 % svn checkout https://phoneme.dev.java.net/source/browse/phoneme/components/cdc/ . Browse the Source CodeOnce you've downloaded the project source code, you may want to explore and see how it's structured. There are two main directory hierarchies:
See the CDC Build System Guide for more information about the structure of the CDC build system, and the CDC Porting Guide for more information about the structure of the source code hierarchy. Update the Source CodeYou can update your copy of the project source code repository to keep it in sync with the latest changes on the community site.
% cd phoneme-advanced-mr1 % svn update |