KMikMod INSTALL for version 2.04

cd libmikmod
./configure
cd ..
./configure
make
make install

that's all!

--------

HINTS:

To check various options configure script supports try this: configure --help
As I have PPro, I set these variables before executing configure script:
For tcsh/csh:
setenv CXXFLAGS '-O6 -mpentiumpro -fno-exceptions -finline-functions -frerun-loop-opt'

For sh/bash/ksh:
export CXXFLAGS='-O6 -mpentiumpro -fno-exceptions -finline-functions -frerun-loop-opt'

and the same things for CFLAGS also!

Have fun!

Roope
anttiner@myy.helia.fi

