Component:Cpp bindings
From XMMS2
This page describes a component of XMMS2.
The Summary section will be used as a basis for package descriptions, so please make sure that the text is suited for that. The contents of this page will be gathered automatically by a script. It is important that the Summary section is kept.
Summary
C++ bindings for the client library.
Prerequisites
- DrEvil or later.
- Various boost libraries/headers
- boost.bind headers
- boost.function headers
- boost.variant headers
- boost.type_traits headers
- boost.signals library
- Standard conformant C++ compiler such as G++ 3.3 or later.
- We use the preferred syntax of boost.function and boost.signal so any compiler that doesn't handle that won't work, they're listed here
Building
Just make sure the prerequisites are met and scons will build the bindings with the rest of the stuff.
Usage
There are tutorials for the C++ bindings in xmms2-tutorial.git tree.

