• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-ycp/
1This example relies on YaST2 (SuSE Linux: package yast2-core).
2
3Before "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
6Unfortunately this directory is hardwired in YaST; there is no way to
7put the message catalogs elsewhere.
8
9Installation:
10  ./autogen.sh
11  ./configure --prefix=/some/prefix
12  make
13  make install
14Cleanup:
15  make distclean
16  ./autoclean.sh
17