Files
2026-06-25 14:08:22 +03:00

50 lines
1.2 KiB
Plaintext

INSTALLATION INSTRUCTIONS
To build and install the libfec libraries for the host platform, say
make
make 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 the
manual page in /usr/local/man.
To build a specific platform target, use one of:
make linux
make macos
make windows
Use DESTDIR for staged packaging installs, for example:
make install DESTDIR=/tmp/libfec-package
You can override prefix, libdir, includedir and mandir on the make
command line.
You may have an old version of the GNU assembler that cannot handle
the relatively new SSE2 mnemonics. Update your version of the GNU
"binutils" package.
You may obtain the latest binutils package through your normal
distribution channels or from:
http://sources.redhat.com/binutils/
TESTING THE FEC LIBRARY
Optional native tests can be built and run as follows:
make test
"make test" tests each routine, using the SIMD versions as
appropriate, verifying correct operation and estimating Viterbi
decoding speeds. These tests should always succeed unless something is
broken.
28 Mar 2004
Phil Karn, karn@ka9q.net