libcddb is used to query for information about audio Compact Discs that has been loaded in media players and CD rippers. Compiling libcddb is not so hard with MinGW.
First, I installed MinGW. I compiled zlib and libiconv.
Then, I compiled libcdio. I downloaded the latest development source from its git web server.
./autogen.sh
./configure --prefix=/mingw
make
make installI compiled libcddb like this:
./configure --prefix=/mingw
make
make install
No comments:
Post a Comment