merge: fix a problem with unmatchable hunks.
[wiggle/upstream.git] / INSTALL
bloba218830afc5ae70c22e951a266de70c9d65b8dfd
2 To build and install wiggle, simply type:
4    make install
6 This will install /usr/bin/wiggle and /usr/share/man/man1/wiggle.1
8 You might like to inspect the Makefile and change
9    OptDbg=-ggdb
10 to something that will compile faster code on your computer, such as
11    OptDbg=-O3 -march=pentium2