first-prev | next | last
The phoneME Feature software project provides two ways for you to access the source code:
phoneme_feature-mr4-rel-src-
buildnum-date.zip>
- The supporting Qsound multimedia libraries binary
file,
qsound.zip
- The supporting emulator binary file,
phoneme_feature_-mr4-rel-emulator-
buildnum-win-
date.zip
Taken together, the phoneME Feature source files, plus the emulator and Qsound binary plugins, provide everything needed to build the phoneME Feature software.
Note: To build JSR 239, you also need an OpenGL ES engine. For instructions on how to build JSR 239, see the engine documentation and Sun Java Wireless Client Software Build Guide.
To check out the source code from the Subversion repository you must have a Subversion client installed on your platform. For more information on using Subversion, see the phoneME Feature Access page.
For more information on the structure of the phoneME Feature source code repository and how to work with it, see the phoneME Repository Structure page.
To download the source code zip file, take the following steps:
C:\> mkdir mr4
C:\> unzip
phoneme_feature-mr4-rel-src-
buildnum-date.zip
-d C:\mr4
<
top_level_source_dir>/phoneme_feature
directory
to the variable %COMPONENTS_DIR%
, as shown in the following example. For
more information on setting variables, see Setting
Variables for Your Build Environment.
C:\> set COMPONENTS_DIR=C:/mr4/phoneme_feature
For more information on setting the %COMPONENTS_DIR%
variable, see
Table 1-1.
Once you have created the phoneme_feature
directory and installed the phoneME
Feature source files, follow these steps to install the Qsound and emulator binary files:
C:\> unzip qsound.zip -d C:\mr4
C:\> mkdir mr4_emulator
C:\> unzip
phoneme_feature_-mr4-rel-emulator-
buildnum-win-
date.zip
-d C:\mr4_emulator
<
top_level_emulator_dir>/phoneme_feature
directory
to the variable %EMULATOR_DIR%
, as shown in the following example.
C:\> set EMULATOR_DIR=C:/mr4_emulator/phoneme_feature
For more information on setting the %EMULATOR_DIR%
variable, see
Table 5-1.
To check out 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:
C:\> mkdir mr4
C:\> mkdir phoneme_feature
%COMPONENTS_DIR%
.
For example:
C:\> set COMPONENTS_DIR=C:/mr4/phoneme_feature
Note: Checking out phoneME Feature code from the source repository is a
different process than downloading and unzipping the phoneME Feature zip file.
Therefore, the directory location you set for the %COMPONENTS_DIR%
variable may differ for each operation.
%COMPONENTS_DIR%
C:\> cd mr4/phoneme_feature
% svn co
https://phoneme.dev.java.net/svn/phoneme/components/
component_name/trunk
component_name
Note: In the phoneME Feature URL command string, component_name is the
name of the component you are working with. For example, if you are checking out the
MIDP component, substitute midp
for component_name in both places.
C:\> unzip qsound.zip -d C:\mr4
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. Do the following:
C:\> cd mr4/phoneme_feature/midp
C:\> svn update
If you want to update other components, repeat the above steps for those components.
first-prev | next | last
Copyright © 2009 Sun Microsystems, Inc. All rights reserved.