Blame README.md

Packit f70c98
============================
Packit f70c98
 MusicBrainz Client Library
Packit f70c98
============================
Packit f70c98
Packit f70c98
Documentation
Packit f70c98
-------------
Packit f70c98
Packit f70c98
To get started quickly have a look at the examples directory which
Packit f70c98
contains various sample programs. API documentation can be generated
Packit f70c98
using [Doxygen] (http://www.stack.nl/~dimitri/doxygen/). The online version of
Packit f70c98
the API documentation can be found at:
Packit f70c98
Packit f70c98
    http://metabrainz.github.com/libmusicbrainz/
Packit f70c98
Packit f70c98
Compiling and Linking
Packit f70c98
---------------------
Packit f70c98
Packit f70c98
This package provides a pkg-config script that returns the necessary compiler
Packit f70c98
and linker flags, as well as the version number.  To build a small sample
Packit f70c98
program one would use:
Packit f70c98
Packit f70c98
    g++ -o test_app test_app.cpp `pkg-config libmusicbrainz5 --cflags --libs`
Packit f70c98
Packit f70c98
If you don't want/can't use pkg-config and you are using the C API, make sure
Packit f70c98
you link in the C++ standard library:
Packit f70c98
Packit f70c98
    gcc -o test_app test_app.c -lmusicbrainz5 -lm -lstdc++
Packit f70c98
Packit f70c98
Contact
Packit f70c98
-------
Packit f70c98
Packit f70c98
If you have any questions about this library, feel free to ask on the
Packit f70c98
MusicBrainz development mailing list:
Packit f70c98
Packit f70c98
    http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel
Packit f70c98
Packit f70c98
Please submit bug reports to the MusicBrainz bug tracking system:
Packit f70c98
Packit f70c98
    http://tickets.musicbrainz.org/browse/LMB
Packit f70c98
Packit f70c98
You can find out more about the MusicBrainz project by visiting its
Packit f70c98
site:
Packit f70c98
Packit f70c98
    http://musicbrainz.org/