xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/INSTALL (revision 865c57e0098351fba0d2d2a97b33e7e0270e62c6)
1This example relies on libstdc++, gettext-runtime.
2
3Installation:
4  ./autogen.sh
5  ./configure --prefix=/some/prefix --with-libasprintf-prefix=/previous/gettext/install/prefix
6  make
7  make install
8Cleanup:
9  make distclean
10  ./autoclean.sh
11