File: INSTALL

package info (click to toggle)
wiggle 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,632 kB
  • ctags: 1,291
  • sloc: ansic: 11,049; sh: 1,101; makefile: 156
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11

To build and install wiggle, simply type:

   make install

This will install /usr/bin/wiggle and /usr/share/man/man1/wiggle.1

You might like to inspect the Makefile and change
   OptDbg=-ggdb
to something that will compile faster code on your compter, such as
   OptDbg=-O3 -march=pentium2