=Objectives and Overview= ---- This page describes how to install gtkmm 2.4 for compiling dvc on Linux or Windows. [[toc]] =Installation= ==Windows== ---- You will need GTK+ and gtkmm development libraries. As of January 2008 the latest versions are 2.10.11 and only work with Visual Studio 2005. Do not attempt to use gtkmm if you have a different version of Visual Studio. Note that development libraries 2.10.x refer to gtkmm API version 2.4. * Download the latest gtk+-win32-devel from [[http://gladewin32.sourceforge.net/modules/wfdownloads/|this page]]. * Run GTK+ devel installer * Download the latest gtkmm-win32-devel .exe from [[http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/|this page]]. * Run gtkmm-win32-devel installer When running GTK+ and gtkmm installers make sure you select the option to set environment variables. These will be needed by CMake. The envrionment variables set by the installers are **GTK_BASEPATH** and **GTKMM_BASEPATH**. ==Linux== ---- Most likely you can use your system's package manager to install gtkmm 2.4 development libraries. For example, on Ubuntu you can type: [[code]] sudo apt-get install libgtkmm-2.4-dev [[code]] Otherwise, install gtkmm from binary packages or source code found at http://www.gtkmm.org/download.shtml