repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-tools
/
examples
/
hello-c
/
INSTALL
blob
0f981dc96d7b0a5ed90d62699814db7bcc4f06a0
1
This example relies just on gettext-runtime (and libc, of course).
2
3
Installation:
4
./autogen.sh
5
./configure --prefix=/some/prefix
6
make
7
make install
8
Cleanup:
9
make distclean
10
./autoclean.sh