Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 2768805711b9494579f38798b4aae71d > files > 8

lib64musicbrainz4-2.1.5-6mdv2010.0.x86_64.rpm

                         MusicBrainz Client Library
                         --------------------------

Giving credit where credit is due
---------------------------------

If you write an application that uses the TRM interface (any functions that
start with trm_ ) you need to include the following legal quip somewhere in
your application -- preferrably the about box if your app has one:

   Acoustic fingerprint technology provided by Relatable(TM),
   Copyright (c) 2000-2, Relatable LLC, All rights reserved.

Relatable has graciously given MusicBrainz a FREE license to use the TRM 
technology with MusicBrainz. Please give credit to Relatable by including the
above message into your applications.

Documentation
-------------

Please refer to the online documentation for information on how to
use this client library:

        Online HOWTO: http://musicbrainz.org/client_howto.html
         Online Docs: http://musicbrainz.org/docs/mb_client/index.html
     Query Reference: http://users.musicbrainz.org/~luks/docs/mb_client-2.1.3/queries_8h.html
  Function Reference: http://users.musicbrainz.org/~luks/docs/mb_client-2.1.3/mb__c_8h.html


Configure notes:
----------------

If you want to use the client library with C++, give the following arguments to
configure:

    configure --enable-cpp-headers


Link notes:
-----------

If you're compiling a C program and you're linking in the musicbrainz client
library you will need to also link in the C++ standard library:

   cc -o test_app test_app.c -lmusicbrainz -lm -lstdc++