Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > d7bc0c063bd7779f4de85c86f91db88a > files > 7

wavlevel-0.2-4mdk.i586.rpm

Unpack the source tarball wavlevel-0.1.tar.gz in any directory by typing
gunzip wavlevel-0.1.tar.gz
tar -xvf wavlevel-0.1.tar
cd wavlevel-0.1

Since WAVLEVEL and WAVFADE do not use any extraordinary libraries only a 
very simple Makefile exists. (no configure scripts)
The default install path for the two emerging binaries is /usr/local/bin which
can be changed by altering the $(BININSTALL) makro in the Makefile.

To compile and install the programms type
make clean depend all install

To get rid of them again type
make uninstall