summaryrefslogtreecommitdiffstats
path: root/PACKAGING
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-01-20 16:26:32 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:06 +0200
commit05c8921d876d6a1146d79ec55ac9254495b0832b (patch)
treeda65a0d132244714062939308d9b1bcc9b964dff /PACKAGING
parent9deabd204cc3a1d7bab4d98c51b7932c1473d3f8 (diff)
downloadexternal_gettext-05c8921d876d6a1146d79ec55ac9254495b0832b.zip
external_gettext-05c8921d876d6a1146d79ec55ac9254495b0832b.tar.gz
external_gettext-05c8921d876d6a1146d79ec55ac9254495b0832b.tar.bz2
Add notes about Java and C#.
Diffstat (limited to 'PACKAGING')
-rw-r--r--PACKAGING26
1 files changed, 26 insertions, 0 deletions
diff --git a/PACKAGING b/PACKAGING
index 5ba0953..9a43fd6 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -148,3 +148,29 @@ following file list.
$prefix/share/emacs/site-lisp/po-compat.elc
$prefix/share/emacs/site-lisp/po-mode.el
$prefix/share/emacs/site-lisp/po-mode.elc
+
+
+Java support:
+-------------
+
+If GNU gcj is available at build time, two programs will be built as native
+executables:
+ $prefix/lib/gettext/gnu.gettext.*
+and the gettext-tools package will therefore have a runtime dependency to
+libgcj.so.
+
+If GNU gcj is not available at build time but another Java implementation is
+available instead, the two programs will be compiled to Java bytecode only:
+ $prefix/share/gettext/gettext.jar
+and the gettext-tools package will therefore have a runtime dependency to
+the Java virtual machine (Sun Java2, IBM Java2, GNU libgcj.jar, or other).
+
+
+C# support:
+-----------
+
+For C# support, one of pnet or mono must be available at build time; it must
+also be available at run time. If you have both available, choose the desired
+one through the configure option. Note there is no interoperability currently
+between pnet and mono: Programs compiled with pnet don't run with mono, and
+vice versa.