diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-26 09:16:06 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-26 09:16:06 +0000 |
commit | 303b10f969384002e95d0fbe559a0151f601b811 (patch) | |
tree | aeab37b367b02406e0a8db83aa3049e0247799d9 /Build/source/libs/teckit/INSTALL | |
parent | 2029bd593a1f7552c64b62acde45d97f3123d342 (diff) |
added TECkit sources (required for xetex) to libs
git-svn-id: svn://tug.org/texlive/trunk@1918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/INSTALL')
-rw-r--r-- | Build/source/libs/teckit/INSTALL | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/INSTALL b/Build/source/libs/teckit/INSTALL new file mode 100644 index 00000000000..c17a1ed23f7 --- /dev/null +++ b/Build/source/libs/teckit/INSTALL @@ -0,0 +1,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 |