I don't know for what operating system you are building mikmod.
For any OS, you need to build libmikmod, first.
For Linux / any other unix: install libmikmod. The configury of
mikmod will find it, if you properly installed it.
For windows: The easiest way would be copying mikmod.h and the
newly built libmikmod library under the win32 folder of mikmod
and then build mikmod using either mingw or mingw-w64 (use the
provided Makefile.mingw file), or using Visual Studio (use the
provided project files.)
Hope these help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know for what operating system you are building mikmod.
For any OS, you need to build libmikmod, first.
For Linux / any other unix: install libmikmod. The configury of
mikmod will find it, if you properly installed it.
For windows: The easiest way would be copying mikmod.h and the
newly built libmikmod library under the win32 folder of mikmod
and then build mikmod using either mingw or mingw-w64 (use the
provided Makefile.mingw file), or using Visual Studio (use the
provided project files.)
Hope these help.