readme.windows

来自「这是一款很好用的工具包」· WINDOWS 代码 · 共 40 行

WINDOWS
40
字号
SRILM version 1.3 and higher has been successfully built and tested using the CYGWIN environment (http://www.cygwin.com) as of Feb 11, 2002.The test used CYGWIN DLL 1.3.9 and gcc 2.95.3 (but note the warningin doc/README.x86 regarding a comiler bug), and ran successfullyon a Windows 98 and a Windows 2000 Professional system.The following special measures were taken to ensure a successful build:- Make sure the make, gcc, binutils, gzip, tcltk, gawk, and tcsh packages are  installed with CYGWIN.  To run the tests you will also need the diff and time  packages.- Copy or link /bin/tcsh.exe to /bin/csh.exe, so that various csh scripts can  execute.- Set MAKE_MODE=UNIX in the environment.After installation, set your bash environment as follows    export SRILM=/cygdrive/c/srilm13   # or similar    export MACHINE_TYPE=cygwin    export PATH=$PATH:$SRILM/bin:$SRILM/cygwin/bin # mentioned in INSTALL    export MANPATH=$MANPATH:$SRILM/man     # mentioned in INSTALLor the equivalent for other shells.As of version 1.4.5, SRILM can also be built in the MinGW environment(http://www.mingw.org).  For this the default (cygwin) has to be overriddenusing    make MACHINE_TYPE=win32Some functionality is not supported under MinGW:    - compressed file I/O    - nbest-optimize and lattice-tool -max-time option    - running the test suiteA. Stolcke$Id: README.windows,v 1.5 2005/07/29 03:48:45 stolcke Exp $

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?