install
来自「FEC Optimized viterbi code」· 代码 · 共 40 行
TXT
40 行
INSTALLATION INSTRUCTIONSTo build and install the libfec libraries, simply say./configuremakemake test (optional)make install (as root)By default, "make install" puts the libfec libraries in/usr/local/lib, the include files in /usr/local/include, and themanual page in /usr/local/man.You may have an old version of the GNU assembler that cannot handlethe relatively new SSE2 mnemonics. Update your version of the GNU"binutils" package.You may obtain the latest binutils package through your normaldistribution channels or from:http://sources.redhat.com/binutils/TESTING THE FEC LIBRARYAfter running the ./configure script, optional tests can be built andrun as follows:make test"make test" tests each routine, using the SIMD versions asappropriate, verifying correct operation and estimating Viterbidecoding speeds. These tests should always succeed unless something isbroken.28 Mar 2004Phil Karn, karn@ka9q.net
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?