]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add notes about Java and C#.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Jan 2005 16:26:32 +0000 (16:26 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:06 +0000 (12:12 +0200)
ChangeLog
PACKAGING

index 3d437e1f882ea9d09387c39f507dba54a06b28a4..80a10b5bd1185a6f091cf6fb87c4800d244c881a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-20  Bruno Haible  <bruno@clisp.org>
+
+       * PACKAGING: Add some notes about Java and C#.
+
 2005-01-05  Bruno Haible  <bruno@clisp.org>
 
        Fix the "configure --help" output.
index 5ba09538b4b12c2d98d189a35131841c229fcb21..9a43fd6246121d208f253df58fdf1078da86c030 100644 (file)
--- 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.