cluttermm
1.17.3
|
cluttermm is a C++ wrapper for Clutter. See Clutter::Stage and Clutter::Actor, for instance, and see the Programming with cluttermm tutorial.
Include the cluttermm header:
(You may include individual headers, such as cluttermm/actor.h
instead.)
If your source file is program.cc
, you can compile it with:
Alternatively, if using autoconf, use the following in configure.ac:
Then use the generated CLUTTERMM_CFLAGS
and CLUTTERMM_LIBS
variables in the project Makefile.am
files. For example: