Ready Libraries

Nick Shaforostoff shafff at ukr.net
Sun Nov 15 22:28:10 UTC 2015


> I want to use the Taglib on windows. Is it possible to use without building from source ?
> Means is it readily .lib or .dll is available.
> Just start consuming the lib /dll using it.(I want like this)

it is better to compile yourself, with the same compiler version that you're building your app with,
because for each compiler there is different standard lib (e.g. vs2015 redistributable)

building taglib is easy, you just need to install cmake
 
 


More information about the taglib-devel mailing list