自动验证码识别技术 验证码支持以下调用语言有:易语言、按键精灵、c、c++、vc、vc++、vb、vbs、vbscript、Java、Javascript、php、asp、jsp、vb.net、vc.net、c#.net、delphi.net、c#、matlab、C++Builder、VFP 如果要支持其它语言,请联系,本团队能够提供任意语言调用的库(COM,DLL,LIB等) 验证码识别,自动识别验证码,验证码识别软件,识别验证码,验证码识别系统,验证码识别库,验证码识别DLL,验证码识别COM,验证码识别技术,验证码自动输入器,自动输入验证码,游戏验证码,论坛验证码 验证码识别
验证码识别

Setting Up Your Build Environment (MR4)

时间:2010-12-03 17:01来源:未知 作者:文得莉工作室 点击:
Setting Up Your Build Environment (MR4) first | prev | next | last This section describes how to prepare your Windows x86 build environment for building the JavaCall porting layer, PCSL, CLDC, and phoneME Feature client software. This docum

Setting Up Your Build Environment (MR4)

first | prev | next | last

This section describes how to prepare your Windows x86 build environment for building the JavaCall porting layer, PCSL, CLDC, and phoneME Feature client software.

This document contains the following sections:

 

To properly use this document, two kinds of variables are set:

 

  • Optional - Not required by the phoneME Feature build scripts. However, setting them makes this document easier to follow and use.

     

  • Required - Required by the phoneME Feature build scripts.

Both kinds of variables are described in the following sections.


Setting Up the Windows x86 Build Environment

To set up your Windows x86 platform, you must take the following general steps:

 

Installing Cyg4Me

Before you build phoneME Feature on a Windows x86 platform, download and install Cyg4Me, version 1.1. Cyg4Me is a standardized version of Cygwin for building Java ME platform products on Windows. It provides the necessary UNIX® system tools, such as sh and gnumake.

 

    This file contains all the executables and libraries needed to build on the Windows x86 platform.

    For example, you could unzip the file into C:\cyg4me.

     

Setting Up Your Windows Work Environment

To properly set up your Windows work environment, you must run the Windows batch file, vcvars32.bat, as shown here:

 

    "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"

The vcvars32.bat file sets several Windows variables, including LIB, INCLUDE, and others.

Due to variations in Windows system configuration, the directory path to the vcvars32.bat file might differ from that shown here. If so, use the Windows Explorer to search for vcvars32.bat.

Note: If using a Windows path with spaces, as shown above, doesn't work, try entering a substitute path using Windows short names.

To find the short names for your directory path, change to each directory that has spaces and type:

 

    C:\> dir /x

You can use also the cygpath utility (from Cyg4me) to get the Windows short name. For example:

 

    C:\>: cygpath -ms "C:\Program Files\Microsoft Visual Studio 8\VC\bin"

     

delivers the short name

 

    C:/PROGRA~1/MICROS~2/VC/bin

If your compiler is Microsoft Visual Studio 2003, you might better set up your Windows work environment using the file vsvars32.bat. Run this Windows batch file as shown here:

 

    C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat

     

Note: Building phoneME Feature using Microsoft Visual Studio .NET 2003 may work, but it is not fully supported. For best results, use Microsoft Visual Studio 2005, as described in Requirements for Building on a Windows x86 Platform.

Setting Build Platform Environment Variables

To set up the Windows x86 build environment to build phoneME Feature software for the JavaCall porting layer on Windows x86 target platform, set the optional build variables shown in Table1-1 and the required build variables as shown Table1-2.

TABLE 1-1 Optional Windows x86 Build Platform Variables

Name

Description

COMPONENTS_DIR

The location where you install the phoneME Feature software. For example, COMPONENTS_DIR=C:/home/chocolate/mr4/phoneme_feature.

Note: The sample directory /home/chocolate can also be referred to by the convention InstallDir. For example, InstallDir/mr4/phoneme_feature.

BUILD_OUTPUT_DIR

The location where executables and other build output for phoneME Feature components are stored. For example, BUILD_OUTPUT_DIR=%COMPONENTS_DIR%/build_output.

TABLE 1-2 Required Windows x86 Build Platform Variables

Name

Description

JDK_DIR

Directory that contains the JDK software release. For example, JDK_DIR=C:/java/j2sdk1.6.0_07.

CYG4ME

Location where you download and unzip Cyg4Me. For example, CYG4ME=C:\cyg4me.

PATH

Must be set to include Cyg4Me and other tools used in the Windows x86 build process.

Setting Build Variables

COMPONENTS_DIR environment variable to the directory location where you install the phoneme_feature software.

C:\> set COMPONENTS_DIR=C:/InstallDir/mr4/phoneme_feature

build_output as a folder and set the BUILD_OUTPUT_DIR variable.

C:\> set BUILD_OUTPUT_DIR=%COMPONENTS_DIR%/build_output

JDK_DIR variable.

C:\> set JDK_DIR=C:/java/j2sdk1.6.0_07

Note: As shown in this command line, the JDK_DIR path must be set using Linux (forward) slashes.

CYG4ME variable, as shown here:

C:\> set CYG4ME=C:\cyg4me

Cyg4Me and JDK_DIR to your PATH environment variable. Make the bin directory of your Cyg4Me installation the first element of your PATH, as shown here.

C:\> set PATH=%CYG4ME%\bin;%JDK_DIR%/bin;%PATH%

 

Note: If you previously installed Cygwin on your Windows x86 platform, remove all PATH elements that point to those previous versions.

  • If not already set, set your
  • Create the directory
  • Set the
  • Set the
  • Add
(责任编辑:文得莉工作室)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------