I am a begginer C programmer, and recently I have run into a problem that I was unable to solve.
I am struggling to install and use this library (wich is for id3 tag editing in mp3 files).
I have already used other .h files in other codes, just by pasting the file in my /include directory.
When I do this and put the #include <id3v2lib.h> everything is just fine, but when i call a function from within this library the compiler says it is a "undefined reference" (I think it is caused because I didn't installed the library propperly).
On the GitHub page it is said that you would need to use cmake, but I am struggling with that too.
I'm on windows 10x64, using Dev-cpp as my IDE, and gcc as the compiler.
Can someone help me install this library? Thanks in advance.