summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/i18n/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/i18n/README b/docs/i18n/README
index 7ba8340..bbe2b5c 100644
--- a/docs/i18n/README
+++ b/docs/i18n/README
@@ -7,5 +7,13 @@ requirements:
- NetBSD 4.0: gettext and libintl seem to be old, but around
- FreeBSD 7.0: gettext and libintl live as packages in /usr/local
version: 0.16.1
-- OpenBSD 4.3: gettenxt in /usr/local, packages from ports
+- OpenBSD 4.3: gettext in /usr/local, packages from ports
version: 0.16.1
+- Solaris 10: there is the native one (which is somehow broken
+ especially in xgettext) and the runtime environment which is
+ ok, we can also install some GNU gettext versions (e.g.
+ SunFreeware into /usr/local). This is messy and hard to get
+ right with linking!
+ setlocale is called from native libraries (is in libc), rest
+ can be made run from GNU gettext
+