Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c++ / INSTALL
blob5837269d20a9de7f93d953a08f14b7d05daf800b
1 This example relies on libstdc++, gettext-runtime.
3 Installation:
4   ./autogen.sh
5   ./configure --prefix=/some/prefix --with-libasprintf-prefix=/previous/gettext/install/prefix
6   make
7   make install
8 Cleanup:
9   make distclean
10   ./autoclean.sh