blob: 0f981dc96d7b0a5ed90d62699814db7bcc4f06a0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
This example relies just on gettext-runtime (and libc, of course).
Installation:
./autogen.sh
./configure --prefix=/some/prefix
make
make install
Cleanup:
make distclean
./autoclean.sh
|