No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-objc / INSTALL
blob6232f1b6accc433304ac296e1a07a1c1b7da76ab
1 This example relies on:
2   - the Objective C runtime libraries (libobjc)
4 Installation:
5   ./autogen.sh
6   ./configure --prefix=/some/prefix
7   make
8   make install
9 Cleanup:
10   make distclean
11   ./autoclean.sh