Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
WHAT IS LIBCDDB
Libcddb is a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It
tries to be as cross-platform as possible. The initial libary will
have a C API.
DOCUMENTATION
The API documentation can be consulted on the project homepage:
http://libcddb.sourceforge.net/
It is possible to create your own copy of this documentation in both
HTML and LaTeX format using the doxygen program (http://doxygen.org).
If you have doxygen installed, execute the following command in the
doc/ directory:
doxygen doxygen.conf
This will create two subdirectories html/ and latex/ in which you will
find the documentation in the respective formats.
INSTALLATION
Copy SDK/#? ALL SDK:
MakeLink SOFT SDK:local/newlib/lib/libcddb.so libcddb.so.4
|