blob: c17a1ed23f730d4f067aa3f884315127ef30c0a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
INSTALL
For typical Unix-like systems:
./configure
make
[sudo] make install
Installs tools into /usr/local/lib, with libraries and header files in
/usr/local/lib and /usr/local/include respectively.
Typical configure options such as --prefix should work, though little testing
has been done.
The tools installed are:
teckit_compile
compiler to create binary mapping tables (.tec) from text files (.map)
txtconv
simple tool to apply a mapping to a plain-text file
sfconv
tool to apply mappings to a Standard Format file, as specified by
a control file
|