summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-11 14:07:01 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-11 14:07:01 +0100
commit9a37779bfb7355e10ac7cd3dd727e2be9caab515 (patch)
tree9d924f2cb273bc9a5daa17a4144ba39572cda3b2 /docs
parent686e175378da719955a1e7d8c9e04c34b3c1bcba (diff)
downloadwolfbones-9a37779bfb7355e10ac7cd3dd727e2be9caab515.tar.gz
wolfbones-9a37779bfb7355e10ac7cd3dd727e2be9caab515.tar.bz2
tested gettext on Solaris 10
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
+