diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:30:35 +0200 |
commit | 2e3aac9c05519ee971f6d557cf5ff4199c0f6cce (patch) | |
tree | d6bb0d903a01401545d38f04908ee1fa421e304b /libraries/libmusicbrainz3/README | |
parent | e7a8c0197473dd9b0b8246a3034cb7b0ea9036c5 (diff) | |
download | slackbuilds-2e3aac9c05519ee971f6d557cf5ff4199c0f6cce.tar.gz |
libraries/libmusicbrainz3: Added to 12.2 repository
Diffstat (limited to 'libraries/libmusicbrainz3/README')
-rw-r--r-- | libraries/libmusicbrainz3/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libmusicbrainz3/README b/libraries/libmusicbrainz3/README new file mode 100644 index 0000000000..799867485d --- /dev/null +++ b/libraries/libmusicbrainz3/README @@ -0,0 +1,9 @@ +The libmusicbrainz (also known as mb_client or MusicBrainz Client Library) +is a development library geared towards developers who wish to add +MusicBrainz lookup capabilities to their applications. + +This requires libdiscid, and cppunit is an optional build-time dep. + +Note: This is a new library for libmusicbrainz, which is not backwards +compatible with previous versions. It is safe to have version 2.X and +version 3.X on the same system as they don't conflict with each other. |