summaryrefslogtreecommitdiff
path: root/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/INSTALL
blob: 5837269d20a9de7f93d953a08f14b7d05daf800b (plain)
1
2
3
4
5
6
7
8
9
10
This example relies on libstdc++, gettext-runtime.

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix --with-libasprintf-prefix=/previous/gettext/install/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh