blob: 6a6db9af5fef1f1ecd455d7d7ed006740784a189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
Installation:
./autogen.sh
./configure --prefix=/some/prefix
make
make install
Cleanup:
make distclean
./autoclean.sh
|