summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-ycp/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-ycp/INSTALL')
-rw-r--r--gettext-tools/examples/hello-ycp/INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-ycp/INSTALL b/gettext-tools/examples/hello-ycp/INSTALL
new file mode 100644
index 0000000..1aaff4e
--- /dev/null
+++ b/gettext-tools/examples/hello-ycp/INSTALL
@@ -0,0 +1,16 @@
+This example relies on YaST2 (SuSE Linux: package yast2-core).
+
+Before "make install", you need to make the locale directory writable:
+ chmod a+w /usr/share/YaST2/locale
+ chmod a+w /usr/share/YaST2/locale/*/LC_MESSAGES
+Unfortunately this directory is hardwired in YaST; there is no way to
+put the message catalogs elsewhere.
+
+Installation:
+ ./autogen.sh
+ ./configure --prefix=/some/prefix
+ make
+ make install
+Cleanup:
+ make distclean
+ ./autoclean.sh