Still more updates to 'p'
[wiggle.git] / INSTALL
blobe106c89288e189bf3fe94f53fff85fd252bd51ea
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 compter, such as
11    OptDbg=-O3 -march=pentium2