PDA

View Full Version : I need help with lib installation



StOoZ
August 8th, 2008, 09:34 AM
and its under windows :(
here : http://developer.kde.org/~wheeler/taglib/api/

it says : "On Windows, TagLib can be built using the CMake build systems."

I cant understand that , how do I need to install that lib?
using VS studio express 2008 on windows.

on linux it way sooo easy.

Zugzwang
August 8th, 2008, 09:51 AM
it says : "On Windows, TagLib can be built using the CMake build systems."

Look here (http://www.geneome.net/blender-tutorials/building-blender-with-msvc-using-cmake/) for how to compile blender using CMAKE and your setup. Reading it should answer most of your questions. If some remain, come back and ask.



on linux it way sooo easy.

That's a point of view! If you are trying to compile a library for which you have just the VS project file, you'll find it easier to compile it using Visual Studio! So it depends on how the developers packaged the stuff.

StOoZ
August 8th, 2008, 10:47 AM
I see , thanks for that.
and btw, instead of using CMAKE , I can use mingw + msys right?
and do it the same like in linux.