Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-ycp / INSTALL
1 This example relies on YaST2 (SuSE Linux: package yast2-core).
2
3 Before "make install", you need to make the locale directory writable:
4   chmod a+w /usr/share/YaST2/locale
5   chmod a+w /usr/share/YaST2/locale/*/LC_MESSAGES
6 Unfortunately this directory is hardwired in YaST; there is no way to
7 put the message catalogs elsewhere.
8
9 Installation:
10   ./autogen.sh
11   ./configure --prefix=/some/prefix
12   make
13   make install
14 Cleanup:
15   make distclean
16   ./autoclean.sh