diff options
Diffstat (limited to 'Build/source/libs/teckit/TECkit-2.5.1/INSTALL')
-rw-r--r-- | Build/source/libs/teckit/TECkit-2.5.1/INSTALL | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Build/source/libs/teckit/TECkit-2.5.1/INSTALL b/Build/source/libs/teckit/TECkit-2.5.1/INSTALL deleted file mode 100644 index c17a1ed23f7..00000000000 --- a/Build/source/libs/teckit/TECkit-2.5.1/INSTALL +++ /dev/null @@ -1,22 +0,0 @@ -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 |