Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-ycp / INSTALL
blob1aaff4e1655618a253ddf08b0e155f5bb396fd3b
1 This example relies on YaST2 (SuSE Linux: package yast2-core).
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.
9 Installation:
10   ./autogen.sh
11   ./configure --prefix=/some/prefix
12   make
13   make install
14 Cleanup:
15   make distclean
16   ./autoclean.sh