20 lines
582 B
Plaintext
20 lines
582 B
Plaintext
This example relies on:
|
|
- the GNOME libraries (libgnomeui, libgnome, libgnomesupport, libart_lgpl)
|
|
and their dependencies: imlib (libgdk_imlib), audiofile (libaudiofile),
|
|
esound (libesd), zlib (libz).
|
|
- the GTK libraries (libgtk, libgdk)
|
|
- the glib libraries (libglib, libgmodule)
|
|
- the X11 libraries
|
|
- the GTK / C++ bindings (libgtkmm, libgdkmm)
|
|
- the C++ signal/slot library (libsigc++)
|
|
- the C++ runtime libraries (libstdc++)
|
|
|
|
Installation:
|
|
./autogen.sh
|
|
./configure --prefix=/some/prefix
|
|
make
|
|
make install
|
|
Cleanup:
|
|
make distclean
|
|
./autoclean.sh
|