Support»Running On Windows

Running On Windows

GTK+ runtime for Windows

To run Geany under Windows you may need to install the GTK+ runtime libraries, depending on which download you use. If you use the full installer, a recent GTK runtime is included and you don't need any additional software, but the full installer requires at least Windows 2000 or newer.

If not using the full installer, you need to install a GTK runtime environment, e.g.:

GTK+ runtime for Windows 2000 and newer: http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.16.1-2009-04-21-ash.exe

(The Geany Windows executable can be downloaded from the Releases page.)

Windows 9x users

In order to run Geany on Windows 95, 98 or ME you need to compile Geany from source and you need to install the file SHFolder.dll either in the Geany installation directory or in your Windows directory. For the download and for more information please visit http://support.microsoft.com/kb/241733.

Windows build differences

Some features are missing:

  • build support (implemented but might be still buggy)
  • embedded terminal emulation (VTE, as far as I know there is nothing equal for Windows)

FYI, the original announcement for the Geany 0.7 Windows build (mostly outdated): http://lists.uvena.de/pipermail/geany/2006-June/000134.html

Windows developer tools

Geany does not include any developer tools such as compilers or interpreters, as we want to keep it lightweight. You will need to install any development tools yourself. Some links:

  • grep (needed for Find in Files) - use UnxUtils.
  • gcc, g++, make - use Minimal GNU for Windows. You should download the 'Automated MinGW Installer' program, as it is harder to install each tool separately. Note that for g++ you also need to install gcc.