From Source


Google

gtkmm and its dependencies can be built and installed with the following sequence of commands:
# ./configure
# make
# make install

On some systems you will need to install to a different location. For instance, on Red Hat Linux systems you would use the --prefix option with configure, like so:

# ./configure --prefix=/usr

The configure script will warn you if you have not installed any of the other packages that it needs.