Find Taglib library - installation

Christophe Ribal kristof.ribal at hotmail.fr
Fri Apr 5 00:12:11 BST 2019


Hi again,
thanks, you solved my problem!

Le 02/04/2019 à 20:10, Fred Gleason a écrit :
> Generally, the easiest way is to use pkg-config(1) to determine the
> necessary flags. Thus, the output of:
>
> 	pkg-config --cflags taglib
>
> should be added to $CPPFLAGS in your Makefile(s). Likewise, the output
> of:
>
> 	pkg-config --libs taglib
>
> should be added to $LIBS

This was what was missing, I tried to link taglib with -libtag but I 
didn't know the library exact name to add it on my CMakeLists. -ltag was 
the right one !

Works perfectly then, currently trying to get how to edit id3v2 tags for 
vorbis but at least I got basic tag editing.

Cheers !

-- 

Christophe



More information about the taglib-devel mailing list