summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-08-11 01:06:56 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-08-11 01:06:56 +0000
commit3736c5f3635863e54ab2cc47860628d26855c749 (patch)
tree3c1dadec1b75557463fcc740429cceb6e948f998 /INSTALL
parent63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1 (diff)
downloadlibrcc-3736c5f3635863e54ab2cc47860628d26855c749.tar.gz
librcc-3736c5f3635863e54ab2cc47860628d26855c749.tar.bz2
librcc-3736c5f3635863e54ab2cc47860628d26855c749.tar.xz
librcc-3736c5f3635863e54ab2cc47860628d26855c749.zip
Transliteration and Documentation Update
- Fix: Autodetection of dissabled charsets. - Fix: Cleanely terminate external process if parrent thread terminated. - Transliteration for Russian, Ukrainian and using IConv. - Documentation Update.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL37
1 files changed, 37 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29..bad8d54 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,37 @@
+Dependencies
+============
+ LibRCC is dependent on LibXML2 library. However it requires some other
+ libraries to provide considered services.
+
+ * LibRCD and Enca libraries are used to provide encoding autodetection.
+ * DB4 is used to cache translations and recodings.
+ * Aspell is required for language autodetection.
+ * LibTranslate is required for translation.
+ o The Libtranslate uses online services to translate the text. In the
+ defaultIt version there are no ways to limit translation time. The
+ LibRCC will respect the maximum time for recoding in any case, but
+ nevertheless it will be good idea to use patched version of Libtranslate,
+ providing API call to make time limited translate. The patch can be
+ downloaded from the RusXMMS(http://RusXMMS.sf.net) project page.
+
+ The configure script will report which options are available.
+
+
+Build
+=====
+ LibRCC utilizes standard GNU autoconf build system. To build LibRCC release
+ you should type:
+ ./configure
+ make
+
+ Installation can be performed using following command:
+ make install
+
+ The configure script accepts following options:
+ --enable-force-dynamic-engines:
+ Will force encoding autodetection to load Enca and LibRCD libraries
+ dynamically, rather than compiling them in.
+ --disable-libtranslate:
+ Will not compile support for language translation.
+ Even if Libtranslate library is available.
+ \ No newline at end of file