~win-cross-dev/win-cross/gettext

« back to all changes in this revision

Viewing changes to gettext-tools/examples/hello-gawk/INSTALL

  • Committer: Nathan Osman
  • Date: 2012-08-11 05:06:52 UTC
  • Revision ID: admin@quickmediasolutions.com-20120811050652-ochkxjtonbw6kkve
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This example relies on gawk (GNU awk).
 
2
 
 
3
Installation:
 
4
  ./autogen.sh
 
5
  ./configure --prefix=/some/prefix
 
6
  make
 
7
  make install
 
8
Cleanup:
 
9
  make distclean
 
10
  ./autoclean.sh