first-prev | next | last
The phoneME Feature software project provides two ways for you to access the source code:
The download zip archive and the source code repository both provide the directory structures, and the source files, libraries, makefiles, tools, and executables, needed to build the phoneME Feature software.
Note: To checkout the source code from the Subversion repository you must have write access to the code and have a Subversion client installed on your platform.
Note: This document is part of the MR2 development release version of phoneME Feature software. The instructions have not been verified or tested. The contents will continue to change as development moves forward.
To download the source code zip file, take the following steps:
% mkdir phoneME_feature
phoneME_feature
directory.
% unzip phoneme_feature-mr2-dev-src-buildnum-date.zip
To checkout the phoneME Feature source code repository, you must first install a Subversion client on your platform. Once the client is installed, take the following steps:
% mkdir phoneME_feature
% cd phoneME_feature
% svn checkout https://phoneme.dev.java.net/svn/phoneme/trunk phoneme --username guest
If you are working in the phoneME Feature software source code repository, you can periodically update your code to get the latest checkins and improvements. Type the following command at the top-level of your phoneME Feature source tree:
svn update
first-prev | next | last