Comment 4 for bug 72352

Revision history for this message
Sean Hunt (coppro) wrote :

Hmm... I'm no genius, but it seems that all you need is /usr/lib/libmk4.so and /usr/include/mk4.h. There are also three other headers, but I haven't needed them (they're in the include directory in the source package, so you probably should use them). I have a compiled version running, and I don't know why all the other libraries are included (other than the docs, of course). This was compiled from the source according to it's configure script. It's a static library, and I can run applications fine without it being present, so I guess these could just become on package containing the library, the headers, and the doxygen docs. I've attacked those files in a tar.gz archive, if that's what you guys want to do. Also, there are two .inl files in the /include directory, so they're in there too. (I have no idea what they are, but if they're in the /include directory, it sounds like a good idea. - oh wait, apparently they're for visual C++. I'll put them in anyway, just in case.)